Skip to main content

sys_fchmod

Function sys_fchmod 

Source
pub fn sys_fchmod(fd: u32, mode: u64) -> Result<u64, SyscallError>
Expand description

SYS_FCHMOD (453): Change file mode bits on open fd.