Kernel+LibC+LibCore: Implement the unlinkat(2) syscall

This commit is contained in:
sin-ack 2022-02-10 11:30:33 +00:00 committed by Brian Gianforcaro
commit bc7c8879c5
Notes: sideshowbarker 2024-07-17 11:35:08 +09:00
7 changed files with 31 additions and 6 deletions

View file

@ -46,6 +46,7 @@ extern "C" {
#define AT_FDCWD -100
#define AT_SYMLINK_NOFOLLOW 0x100
#define AT_REMOVEDIR 0x200
struct flock {
short l_type;