yann@1: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/sys/epoll.h.diff?r1=1.1&r2=1.2&cvsroot=glibc yann@1: Needed for modern sys_epoll. yann@1: yann@1: =================================================================== yann@1: RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sys/epoll.h,v yann@1: retrieving revision 1.1 yann@1: retrieving revision 1.2 yann@1: diff -u -r1.1 -r1.2 yann@1: --- libc/sysdeps/unix/sysv/linux/sys/epoll.h 2002/12/16 23:35:27 1.1 yann@1: +++ libc/sysdeps/unix/sysv/linux/sys/epoll.h 2003/03/24 23:50:25 1.2 yann@1: @@ -1,4 +1,4 @@ yann@1: -/* Copyright (C) 2002 Free Software Foundation, Inc. yann@1: +/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. yann@1: This file is part of the GNU C Library. yann@1: yann@1: The GNU C Library is free software; you can redistribute it and/or yann@1: @@ -42,8 +42,10 @@ yann@1: #define EPOLLMSG EPOLLMSG yann@1: EPOLLERR = 0x008, yann@1: #define EPOLLERR EPOLLERR yann@1: - EPOLLHUP = 0x010 yann@1: + EPOLLHUP = 0x010, yann@1: #define EPOLLHUP EPOLLHUP yann@1: + EPOLLET = (1 << 31) yann@1: +#define EPOLLET EPOLLET yann@1: }; yann@1: yann@1: