rustix::backend::fs::syscalls

Function fchmod

Source
pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> Result<()>