Function nix::fcntl::fcntl

source ·
pub fn fcntl(fd: RawFd, arg: FcntlArg<'_>) -> Result<c_int>
Available on crate feature fs only.
Expand description

Perform various operations on open file descriptors.

§See Also