mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
d5efd131d4
This is a simple copy of the last version of ia64 in the main tree. It does not work as-is, but serves as a basis for follow up changes to restore it to working order. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
|
|
PID offsetof (struct pthread, pid) - TLS_PRE_TCB_SIZE
|
|
TID offsetof (struct pthread, tid) - TLS_PRE_TCB_SIZE
|
|
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - TLS_PRE_TCB_SIZE
|
|
SYSINFO_OFFSET offsetof (tcbhead_t, __private)
|