[][src]Function nix::unistd::fpathconf

pub fn fpathconf(fd: RawFd, var: PathconfVar) -> Result<Option<c_long>>

Like pathconf, but works with file descriptors instead of paths (see fpathconf(2))

Parameters

Returns