]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-linuxthreads-ppc-fix.patch
- locale-all R iconv
[packages/glibc.git] / glibc-linuxthreads-ppc-fix.patch
CommitLineData
8407edc0
JB
1--- glibc-2.3.3/linuxthreads/sysdeps/powerpc/tcb-offsets.sym.orig 2003-12-18 10:59:10.000000000 +0100
2+++ glibc-2.3.3/linuxthreads/sysdeps/powerpc/tcb-offsets.sym 2004-01-10 22:27:18.332718240 +0100
3@@ -3,7 +3,6 @@
4
5 # ifdef USE_TLS
6
7--- Abuse tls.h macros to derive offsets relative to the thread register.
8 # undef __thread_register
9 # define __thread_register ((void *) 0)
10 # define thread_offsetof(mem) ((void *) &THREAD_SELF->p_##mem - (void *) 0)
11@@ -13,6 +12,6 @@
12 # define thread_offsetof(mem) offsetof (tcbhead_t, mem)
13
14 # endif
15-
16+--
17 MULTIPLE_THREADS_OFFSET thread_offsetof (multiple_threads)
18
This page took 0.026838 seconds and 4 git commands to generate.