pub unsafe fn sys_epoll_ctl(
    epfd: c_int,
    op: c_int,
    fd: c_int,
    event: *mut epoll_event
) -> c_int
Available on crate feature epoll and (crate features select or epoll) only.
Expand description

Control interface for an epoll file descriptor