Function sys_unlinkat

Source
pub(super) fn sys_unlinkat(
    task: &Sel4Task,
    fd: isize,
    path: *const u8,
    _flags: u64,
) -> SysResult