Explorar el Código

add EPOLLWAKEUP flag to sys/epoll.h

Szabolcs Nagy hace 12 años
padre
commit
ada88f6178
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/sys/epoll.h

+ 1 - 0
include/sys/epoll.h

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