blob: 69a5018d88c116577e7c016360c45e6d3808d1ae (
plain) (
blame)
1
2
3
4
5
6
7
|
#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
|