about summary refs log tree commit diff
path: root/sysdeps/aarch64/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/nptl/tcb-offsets.sym')
-rw-r--r--sysdeps/aarch64/nptl/tcb-offsets.sym6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/aarch64/nptl/tcb-offsets.sym b/sysdeps/aarch64/nptl/tcb-offsets.sym
deleted file mode 100644
index 238647dd47..0000000000
--- a/sysdeps/aarch64/nptl/tcb-offsets.sym
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <sysdep.h>
-#include <tls.h>
-
-PTHREAD_MULTIPLE_THREADS_OFFSET		offsetof (struct pthread, header.multiple_threads)
-PTHREAD_TID_OFFSET			offsetof (struct pthread, tid)
-PTHREAD_SIZEOF				sizeof (struct pthread)