summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/sh/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/sysdeps/sh/tcb-offsets.sym')
-rw-r--r--linuxthreads/sysdeps/sh/tcb-offsets.sym10
1 files changed, 0 insertions, 10 deletions
diff --git a/linuxthreads/sysdeps/sh/tcb-offsets.sym b/linuxthreads/sysdeps/sh/tcb-offsets.sym
deleted file mode 100644
index 328eb05738..0000000000
--- a/linuxthreads/sysdeps/sh/tcb-offsets.sym
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sysdep.h>
-#include <tls.h>
-
---
-#ifdef USE_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