sys_truncate

Function sys_truncate 

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