[][src]Function uapi::epoll_ctl

pub fn epoll_ctl(
    epfd: c_int,
    op: c_int,
    fd: c_int,
    event: Option<&epoll_event>
) -> Result<()>