mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
253eb3a0ac
Reported by Ulrich Weigand <uweigand@de.ibm.com>. * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
8 lines
290 B
Plaintext
8 lines
290 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)
|