Function fd_set_remove
pub fn fd_set_remove(fds: &mut [FdSetElement], fd: i32)
Available on crate feature
dep_rustix
only.Expand description
Clear fd
in the set pointed to by fds
.
pub fn fd_set_remove(fds: &mut [FdSetElement], fd: i32)
dep_rustix
only.Clear fd
in the set pointed to by fds
.