aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/aarch64/nptl/tcb-offsets.sym')
-rw-r--r--ports/sysdeps/aarch64/nptl/tcb-offsets.sym7
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/sysdeps/aarch64/nptl/tcb-offsets.sym b/ports/sysdeps/aarch64/nptl/tcb-offsets.sym
deleted file mode 100644
index 0677aeabff..0000000000
--- a/ports/sysdeps/aarch64/nptl/tcb-offsets.sym
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <sysdep.h>
-#include <tls.h>
-
-PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
-PTHREAD_PID_OFFSET offsetof (struct pthread, pid)
-PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
-PTHREAD_SIZEOF sizeof (struct pthread)