mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
|
#include <sysdep.h>
|
||
|
#include <tls.h>
|
||
|
|
||
|
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
||
|
#ifdef NEED_DL_SYSINFO
|
||
|
SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
|
||
|
#endif
|