aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-17 23:04:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-17 23:04:50 +0000
commit0278652840d0b09297986baee97ab46c136f304c (patch)
treed6c2bb1b11d66043dcae74e021ef4d8a29a233b3 /linuxthreads/sysdeps/unix
parentc70f81dd2ce638c807bb633acc551a68c02c99cb (diff)
downloadglibc-0278652840d0b09297986baee97ab46c136f304c.tar
glibc-0278652840d0b09297986baee97ab46c136f304c.tar.gz
glibc-0278652840d0b09297986baee97ab46c136f304c.tar.bz2
glibc-0278652840d0b09297986baee97ab46c136f304c.zip
Update.
2003-12-16 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/tcb-offsets.sym [!__powerpc64__]: Remove conditional so MULTIPLE_THREADS_OFFSET is generated for both. * sysdeps/powerpc/tls.h [!__powerpc64__]: Remove conditional so TLS_MULTIPLE_THREADS_IN_TCB is generated for both. * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Include tls.h.
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
index 387229a466..e789d47b9d 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
@@ -18,6 +18,7 @@
02111-1307 USA. */
#include <sysdep.h>
+#include <tls.h>
#ifndef __ASSEMBLER__
# include <linuxthreads/internals.h>
#endif