Calls epoll_ctl() using the current epoll file descriptor.
The current epoll file descriptor should have been sucessfully obtained
by create() or epoll_create1() and not already been closed, otherwise
epoll_ctl() will fail so that this method returns -1.
Calls epoll_ctl() using the current epoll file descriptor.
The current epoll file descriptor should have been sucessfully obtained by create() or epoll_create1() and not already been closed, otherwise epoll_ctl() will fail so that this method returns -1.