summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/files/nopageheader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/glibc/files/nopageheader.patch')
-rw-r--r--meta/packages/glibc/files/nopageheader.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/glibc/files/nopageheader.patch b/meta/packages/glibc/files/nopageheader.patch
new file mode 100644
index 0000000000..0416711586
--- /dev/null
+++ b/meta/packages/glibc/files/nopageheader.patch
@@ -0,0 +1,12 @@
1Index: glibc-2.6.1/ports/sysdeps/unix/sysv/linux/arm/ioperm.c
2===================================================================
3--- glibc-2.6.1.orig/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2005-06-10 11:12:09.000000000 +0000
4+++ glibc-2.6.1/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2009-06-16 21:16:16.007016198 +0000
5@@ -45,7 +45,6 @@
6 #include <sys/mman.h>
7
8 #include <linux/version.h>
9-#include <asm/page.h>
10 #include <sys/sysctl.h>
11
12 #define PATH_ARM_SYSTYPE "/etc/arm_systype"