APM:Libraries
epoll.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include_next <sys/epoll.h>
4 
5 #ifndef EPOLLWAKEUP
6 #define EPOLLWAKEUP (1U<<29)
7 #endif