patches/glibc/2.7/270-sh-fix-procfs.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 23 21:12:29 2008 +0000 (2008-10-23)
changeset 966 b6eec1274efb
child 969 05b5926fc5cb
permissions -rw-r--r--
Fix memset on PowerPC 8xx, by Nye Liu:
http://sourceware.org/ml/crossgcc/2008-10/msg00067.html

/trunk/patches/glibc/2.7/290-powerpc-8xx-CPU15-errata.patch | 40 40 0 0 +++++++++++++++++++
1 file changed, 40 insertions(+)
     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