pub extern "C" fn epoll_ctl(
    fn_ptr: Option<&extern "C" fn(_: c_int, _: c_int, _: c_int, _: *mut epoll_event) -> c_int>,
    epfd: c_int,
    op: c_int,
    fd: c_int,
    event: *mut epoll_event
) -> c_int
Expand description

poll