mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
719046c10b
* sysdeps/ia64/tcb-offsets.sym: Adjust for private->__private rename in tcbhead_t.
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)
|