patches/glibc/2.3.2/epoll-stdint.patch
changeset 330 447b203edc2e
parent 329 419d959441ed
child 331 0c05f9ea3254
     1.1 --- a/patches/glibc/2.3.2/epoll-stdint.patch	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,22 +0,0 @@
     1.4 -http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/sys/epoll.h.diff?r1=1.2&r2=1.3&cvsroot=glibc
     1.5 -Include <stdint.h>.
     1.6 -
     1.7 -Fixes error
     1.8 -/foo/gcc-3.3.2-glibc-2.3.2/powerpc-750-linux-gnu/sys-include/sys/epoll.h:60: error: parse error before "uint32_t"
     1.9 -/foo/gcc-3.3.2-glibc-2.3.2/powerpc-750-linux-gnu/sys-include/sys/epoll.h:66: error: parse error before "uint32_t"
    1.10 -
    1.11 -===================================================================
    1.12 -RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sys/epoll.h,v
    1.13 -retrieving revision 1.2
    1.14 -retrieving revision 1.3
    1.15 -diff -u -r1.2 -r1.3
    1.16 ---- libc/sysdeps/unix/sysv/linux/sys/epoll.h	2003/03/24 23:50:25	1.2
    1.17 -+++ libc/sysdeps/unix/sysv/linux/sys/epoll.h	2003/06/13 19:49:50	1.3
    1.18 -@@ -19,6 +19,7 @@
    1.19 - #ifndef	_SYS_EPOLL_H
    1.20 - #define	_SYS_EPOLL_H	1
    1.21 - 
    1.22 -+#include <stdint.h>
    1.23 - #include <sys/types.h>
    1.24 - 
    1.25 -