mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
|
#include <sysdep.h>
|
||
|
#include <tls.h>
|
||
|
|
||
|
#define thread_offsetof(mem) (long)(offsetof (struct pthread, mem) - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
|
||
|
|
||
|
MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)
|