blob: 6324a016cd524d24777200b56785ef2e549fffa1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <sysdep.h>
#include <tls.h>
--
#ifdef __UCLIBC_HAS_TLS__
MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads)
TLS_PRE_TCB_SIZE sizeof (struct _pthread_descr_struct)
#else
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
#endif
|