]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sh/tcb-offsets.sym
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / linuxthreads / sysdeps / sh / tcb-offsets.sym
1 #include <sysdep.h>
2 #include <tls.h>
3
4 --
5 #ifdef __UCLIBC_HAS_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