Pārlūkot izejas kodu

add EPOLLWAKEUP flag to sys/epoll.h

Szabolcs Nagy 12 gadi atpakaļ
vecāks
revīzija
ada88f6178
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)