Function fcntl

fn fcntl<Fd: std::os::fd::AsFd>(fd: Fd, arg: FcntlArg<'_>) -> Result<c_int>

Perform various operations on open file descriptors.

See Also