pub fn sys_unlinkat(dirfd: usize, path: *const u8, flags: u32) -> isize
Expand description

Warning

Currently we have no hard-link so this syscall will remove file directly. AT_REMOVEDIR is not supported yet.