summaryrefslogtreecommitdiff
path: root/patches/glibc/ports-2.9/100-arm_linux_tls.patch
blob: 2bb058ddeace8d40997fe3e90c803ce073850a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Original patch from http://www.nabble.com/arm-linux-compilation-failure-and-possible-fix-td19229074.html

diff -durN glibc-2_9.orig/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h glibc-2_9/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h
--- glibc-2_9.orig/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h 25 Nov 2008 16:37:26 -0000 1.33
+++ glibc-2_9/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h 27 Jan 2009 15:35:38 -0000
@@ -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