summaryrefslogtreecommitdiff
path: root/sysdeps/riscv/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/riscv/nptl/tcb-offsets.sym')
-rw-r--r--sysdeps/riscv/nptl/tcb-offsets.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/riscv/nptl/tcb-offsets.sym b/sysdeps/riscv/nptl/tcb-offsets.sym
new file mode 100644
index 0000000000..ab4981f2e2
--- /dev/null
+++ b/sysdeps/riscv/nptl/tcb-offsets.sym
@@ -0,0 +1,6 @@
+#include <sysdep.h>
+#include <tls.h>
+
+#define thread_offsetof(mem) (long)(offsetof (struct pthread, mem) - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
+
+MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)