summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym')
-rw-r--r--libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym9
1 files changed, 0 insertions, 9 deletions
diff --git a/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym b/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym
deleted file mode 100644
index 1000ad0a9..000000000
--- a/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sysdep.h>
-#include <tls.h>
-
---
-#ifdef __UCLIBC_HAS_TLS__
-MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) - sizeof (struct _pthread_descr_struct)
-#else
-MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
-#endif