mirror of git://sourceware.org/git/glibc.git
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
|