Function posish::fs::fchmod[][src]

pub fn fchmod<'f, Fd: AsFd<'f>>(fd: Fd, mode: Mode) -> Result<()>
Expand description

fchmod(fd).

Note that this implementation does not support O_PATH file descriptors, even on platforms where the host libc emulates it.