patches/glibc/ports-2.6.1/200-ARM-asm_page_h.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 18 14:53:11 2008 +0000 (2008-05-18)
changeset 518 c1e6c0ebfac1
permissions -rw-r--r--
Fix building glibc-2.6.1 and glibc-2.7 for ARM with recent kernels.
Patch by Matthias Kaehlcke <matthias@kaehlcke.net>.

/trunk/patches/glibc/ports-2.6.1/200-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++
/trunk/patches/glibc/ports-2.7/100-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++
/trunk/docs/CREDITS | 3 3 0 0 +++
3 files changed, 25 insertions(+)
     1 diff -durN glibc-ports-2.7.orig/sysdeps/unix/sysv/linux/arm/ioperm.c glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/ioperm.c
     2 --- glibc-2.6.1.orig/glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c	2005-06-10 13:12:09.000000000 +0200
     3 +++ glibc-2.6.1/glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c	2008-05-18 16:19:45.000000000 +0200
     4 @@ -45,7 +45,6 @@
     5  #include <sys/mman.h>
     6  
     7  #include <linux/version.h>
     8 -#include <asm/page.h>
     9  #include <sys/sysctl.h>
    10  
    11  #define PATH_ARM_SYSTYPE	"/etc/arm_systype"