devela::_dep::rustix::fs

Function fcntl_getfl

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

fcntl(fd, F_GETFL)—Returns a file descriptor’s access mode and status.

§References