patches/glibc/2.3.2/epoll-stdint.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.3.2/epoll-stdint.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,22 @@
     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 +