rustix::io

Function fcntl_getfd

Source
pub fn fcntl_getfd<Fd: AsFd>(fd: Fd) -> Result<FdFlags>
Expand description

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

§References