diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym b/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym new file mode 100644 index 000000000..1000ad0a9 --- /dev/null +++ b/libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym @@ -0,0 +1,9 @@ +#include <sysdep.h> +#include <tls.h> + +-- +#ifdef __UCLIBC_HAS_TLS__ +MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) - sizeof (struct _pthread_descr_struct) +#else +MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads) +#endif |