]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/sysdeps/ia64/tcb-offsets.sym
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / nptl / sysdeps / ia64 / tcb-offsets.sym
index e1707ab1c8c288570f7ca53f7448ebd4c59c57f9..f5108e0a9eb6938a9440fc705dd3a8beca3d3039 100644 (file)
@@ -1,7 +1,7 @@
 #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)
+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)
+SYSINFO_OFFSET         offsetof (tcbhead_t, private)