pub fn sys_fchmod( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, fd: FdNumber, mode: FileMode, ) -> Result<(), Errno>