pub fn sys_fchmod(fd: u32, mode: u64) -> Result<u64, SyscallError>
SYS_FCHMOD (453): Change file mode bits on open fd.