epoll_event
epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
epoll_wait(int epfd, struct epoll_event *events,
epoll_pwait(int epfd, struct epoll_event *events,
extern int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
extern int epoll_wait(int epfd, struct epoll_event *events,
extern int epoll_pwait(int epfd, struct epoll_event *events,