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