mirror of git://git.musl-libc.org/musl
add EPOLLWAKEUP flag to sys/epoll.h
This commit is contained in:
parent
c7351ffe9b
commit
ada88f6178
|
@ -28,6 +28,7 @@ enum EPOLL_EVENTS { __EPOLL_DUMMY };
|
||||||
#define EPOLLERR 0x008
|
#define EPOLLERR 0x008
|
||||||
#define EPOLLHUP 0x010
|
#define EPOLLHUP 0x010
|
||||||
#define EPOLLRDHUP 0x2000
|
#define EPOLLRDHUP 0x2000
|
||||||
|
#define EPOLLWAKEUP (1U<<29)
|
||||||
#define EPOLLONESHOT (1U<<30)
|
#define EPOLLONESHOT (1U<<30)
|
||||||
#define EPOLLET (1U<<31)
|
#define EPOLLET (1U<<31)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue