mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
|
|
--
|
|
#ifdef USE_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
|