devela::_dep::rustix::io

Function fcntl_getfd

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

fcntl(fd, F_GETFD)—Returns a file descriptor’s flags.

§References