add EPOLLWAKEUP flag to sys/epoll.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 12 Jan 2013 16:29:45 +0000 (17:29 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 12 Jan 2013 18:42:39 +0000 (19:42 +0100)
include/sys/epoll.h

index 0ff3d49..5e131ab 100644 (file)
@@ -28,6 +28,7 @@ enum EPOLL_EVENTS { __EPOLL_DUMMY };
 #define EPOLLERR 0x008
 #define EPOLLHUP 0x010
 #define EPOLLRDHUP 0x2000
 #define EPOLLERR 0x008
 #define EPOLLHUP 0x010
 #define EPOLLRDHUP 0x2000
+#define EPOLLWAKEUP (1U<<29)
 #define EPOLLONESHOT (1U<<30)
 #define EPOLLET (1U<<31)
 
 #define EPOLLONESHOT (1U<<30)
 #define EPOLLET (1U<<31)