patches/glibc/2.7/270-sh-fix-procfs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 23 13:00:45 2008 +0000 (2008-10-23)
changeset 964 0535f7bf1069
child 969 05b5926fc5cb
permissions -rw-r--r--
Architecture API change:
- rename the tuple function

/trunk/scripts/build/arch/mips.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/sh.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/x86_64.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/arm.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/powerpc.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/ia64.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/alpha.sh | 2 1 1 0 +-
/trunk/scripts/build/arch/x86.sh | 2 1 1 0 +-
/trunk/scripts/functions | 12 7 5 0 +++++++-----
9 files changed, 15 insertions(+), 13 deletions(-)
     1 --- a/sysdeps/unix/sysv/linux/sh/sys/procfs.h
     2 +++ b/sysdeps/unix/sysv/linux/sh/sys/procfs.h
     3 @@ -29,7 +29,6 @@
     4  #include <sys/types.h>
     5  #include <sys/ucontext.h>
     6  #include <sys/user.h>
     7 -#include <asm/elf.h>
     8 
     9  __BEGIN_DECLS
    10 
    11