pub fn sys_unlinkat(dirfd: usize, path: *const u8, flags: u32) -> isize
Currently we have no hard-link so this syscall will remove file directly. AT_REMOVEDIR is not supported yet.
AT_REMOVEDIR