mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
Reported by Ulrich Weigand <uweigand@de.ibm.com>. * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.cvs/glibc-2_5-branch
7 changed files with 58 additions and 12 deletions
@ -1,7 +1,7 @@ |
|||
#include <sysdep.h> |
|||
#include <tls.h> |
|||
|
|||
PID offsetof (struct pthread, pid) - sizeof (struct pthread) |
|||
TID offsetof (struct pthread, tid) - sizeof (struct pthread) |
|||
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - sizeof (struct pthread) |
|||
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) |
|||
|
|||
Loading…
Reference in new issue