pub fn fcntl_getfd<Fd>(fd: Fd) -> Result<FdFlags, Errno> ⓘwhere Fd: AsFd,
dep_rustix
fcntl(fd, F_GETFD)—Returns a file descriptor’s flags.
fcntl(fd, F_GETFD)