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

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

References