From: drepper Date: Sun, 12 Jan 2003 08:39:41 +0000 (+0000) Subject: (MULTIPLE_THREADS_OFFSET): Adjust computation. X-Git-Tag: glibc-2_3_2~1149 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=36254a6c4208f9da97bc5393d20019a5067bfd2c (MULTIPLE_THREADS_OFFSET): Adjust computation. --- diff --git a/linuxthreads/sysdeps/ia64/tcb-offsets.sym b/linuxthreads/sysdeps/ia64/tcb-offsets.sym index aee6be2570..a1d199f44e 100644 --- a/linuxthreads/sysdeps/ia64/tcb-offsets.sym +++ b/linuxthreads/sysdeps/ia64/tcb-offsets.sym @@ -1,4 +1,4 @@ #include #include -MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads) +MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_header.data.multiple_threads) - sizeof (struct _pthread_descr_struct)