devela::_dep::rustix::fs

Function fcntl_setfl

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

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

§References