]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include <tls.h>.
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 27 Jan 2009 15:36:22 +0000 (15:36 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 27 Jan 2009 15:36:22 +0000 (15:36 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/sysdep.h

index 4172ee42229c63d08d7f956cd05ce0f47263a1fe..eb0219166cfffb0f8a29e63dbeaa8494c766d03c 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h: Include <tls.h>.
+
 2009-01-12  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/arm/fpu/setjmp.S: Add hidden_def (__sigsetjmp).
index 59ccbbcc320235d5defbde8471431f1a52ae7d61..1df63f6075e5031186e392df8eb26a704db118b6 100644 (file)
@@ -28,6 +28,8 @@
 /* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO.  */
 #include <dl-sysdep.h>
 
+#include <tls.h>
+
 /* For Linux we can use the system call table in the header file
        /usr/include/asm/unistd.h
    of the kernel.  But these symbols do not follow the SYS_* syntax