devela::_dep::rustix::io

Function fcntl_setfd

pub fn fcntl_setfd<Fd>(fd: Fd, flags: FdFlags) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

fcntl(fd, F_SETFD, flags)—Sets a file descriptor’s flags.

§References