]> git.wh0rd.org - patches.git/blob - linuxthreads-ia64-tcb-typo.patch
more random patches. who knows.
[patches.git] / linuxthreads-ia64-tcb-typo.patch
1 2006-10-19 Mike Frysinger <vapier@gentoo.org>
2
3 * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET):
4 Fix typo TLS_PRE_TCB_SIZE.
5
6 --- sysdeps/ia64/tcb-offsets.sym
7 +++ sysdeps/ia64/tcb-offsets.sym
8 @@ -3,7 +3,7 @@
9
10 --
11 #ifdef USE_TLS
12 -MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) - TCB_PRE_SIZE
13 +MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) - TLS_PRE_TCB_SIZE
14 #else
15 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
16 #endif