From 36254a6c4208f9da97bc5393d20019a5067bfd2c Mon Sep 17 00:00:00 2001 From: drepper Date: Sun, 12 Jan 2003 08:39:41 +0000 Subject: [PATCH] (MULTIPLE_THREADS_OFFSET): Adjust computation. --- linuxthreads/sysdeps/ia64/tcb-offsets.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0