Test for stack alignment.
[glibc.git] / linuxthreads / sysdeps / sh / tcb-offsets.sym
blob328eb05738ab4de845d76bf8ed5b1b394bb155a8
1 #include <sysdep.h>
2 #include <tls.h>
4 --
5 #ifdef USE_TLS
6 MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads)
7 TLS_PRE_TCB_SIZE        sizeof (struct _pthread_descr_struct)
8 #else
9 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
10 #endif