Function rsix::fs::fcntl_setfd[][src]

pub fn fcntl_setfd<Fd: AsFd>(fd: &Fd, flags: FdFlags) -> Result<()>
Expand description

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

References