pub unsafe fn epoll_ctl( epfd: int, op: int, fd: int, event: *const epoll_event, ) -> Result<int>
Control interface for an epoll file descriptor.