diff options
-rw-r--r-- | nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tcb-offsets.sym | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tcb-offsets.sym b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tcb-offsets.sym new file mode 100644 index 0000000000..4db5d95e11 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tcb-offsets.sym @@ -0,0 +1,8 @@ +#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 +POINTER_GUARD offsetof (tcbhead_t, pointer_guard) |