aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/i386/tcb-offsets.sym
blob: 5395235506cb32ea93f717c3efa7cab064b71ba5 (plain)
1
2
3
4
5
6
7
#include <sysdep.h>
#include <tls.h>

MULTIPLE_THREADS_OFFSET	offsetof (tcbhead_t, multiple_threads)
SYSINFO_OFFSET		offsetof (tcbhead_t, sysinfo)
CLEANUP			offsetof (struct pthread, cleanup)
CLEANUP_PREV		offsetof (struct _pthread_cleanup_buffer, __prev)