mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
This commit is contained in:
parent
a5514fece9
commit
bc7c8879c5
7 changed files with 31 additions and 6 deletions
|
@ -46,6 +46,7 @@ extern "C" {
|
|||
|
||||
#define AT_FDCWD -100
|
||||
#define AT_SYMLINK_NOFOLLOW 0x100
|
||||
#define AT_REMOVEDIR 0x200
|
||||
|
||||
struct flock {
|
||||
short l_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue