summaryrefslogtreecommitdiff
path: root/sysdeps/s390/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/nptl/tcb-offsets.sym')
-rw-r--r--sysdeps/s390/nptl/tcb-offsets.sym7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/s390/nptl/tcb-offsets.sym b/sysdeps/s390/nptl/tcb-offsets.sym
new file mode 100644
index 0000000000..9cfae211e0
--- /dev/null
+++ b/sysdeps/s390/nptl/tcb-offsets.sym
@@ -0,0 +1,7 @@
+#include <sysdep.h>
+#include <tls.h>
+
+MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
+STACK_GUARD offsetof (tcbhead_t, stack_guard)
+PID offsetof (struct pthread, pid)
+TID offsetof (struct pthread, tid)