diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym b/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym new file mode 100644 index 000000000..69a5018d8 --- /dev/null +++ b/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym @@ -0,0 +1,7 @@ +#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 |