diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-18 19:05:49 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-18 19:05:49 +0000 |
commit | 43f15c15d8f5a925e9737e261a74c69b7e09abeb (patch) | |
tree | a75bed355ed9fb6de8886eb21d9761a02f125a09 /nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu | |
parent | 9bf709a2ada3e5af5d922693ac990a4b3457206c (diff) | |
download | glibc-43f15c15d8f5a925e9737e261a74c69b7e09abeb.tar.gz |
Copied from i386
Diffstat (limited to 'nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu')
-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) |