pub fn sys_truncate(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
user_path: UserCString,
length: off_t,
) -> Result<(), Errno>pub fn sys_truncate(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
user_path: UserCString,
length: off_t,
) -> Result<(), Errno>