Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / m68k / nptl / tcb-offsets.sym
blobb1bba65868a94fb7361726f21d2ebc857d35171b
1 #include <sysdep.h>
2 #include <tls.h>
4 --
6 -- Derive offsets relative to the thread register.
7 #define thread_offsetof(mem)    (long)(offsetof(struct pthread, mem) - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
9 MULTIPLE_THREADS_OFFSET         thread_offsetof (header.multiple_threads)
10 PID_OFFSET                      thread_offsetof (pid)
11 TID_OFFSET                      thread_offsetof (tid)