mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-28 05:21:13 +00:00
fb9e7f6732
The source code is the same as sysdeps/i386/htl/tcb-offsets.sym, but of course the produced tcb-offsets.h will be different. Signed-off-by: Sergey Bugaev <bugaevc@gmail.com> Message-Id: <20230319151017.531737-21-bugaevc@gmail.com>
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
#include <kernel-features.h>
|
|
|
|
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
|
SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
|
|
POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
|
|
SIGSTATE_OFFSET offsetof (tcbhead_t, _hurd_sigstate)
|