svn commit: trunk/uClibc/libc/sysdeps/linux/common/sys

vda at uclibc.org vda at uclibc.org
Mon Mar 2 21:10:02 UTC 2009


Author: vda
Date: 2009-03-02 21:10:01 +0000 (Mon, 02 Mar 2009)
New Revision: 25493

Log:
Add EPOLLRDHUP constant



Modified:
   trunk/uClibc/libc/sysdeps/linux/common/sys/epoll.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/sys/epoll.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/sys/epoll.h	2009-03-02 19:56:13 UTC (rev 25492)
+++ trunk/uClibc/libc/sysdeps/linux/common/sys/epoll.h	2009-03-02 21:10:01 UTC (rev 25493)
@@ -45,6 +45,8 @@
 #define EPOLLERR EPOLLERR
     EPOLLHUP = 0x010,
 #define EPOLLHUP EPOLLHUP
+    EPOLLRDHUP = 0x2000,
+#define EPOLLRDHUP EPOLLRDHUP
     EPOLLONESHOT = (1 << 30),
 #define EPOLLONESHOT EPOLLONESHOT
     EPOLLET = (1 << 31)



More information about the uClibc-cvs mailing list