mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
This commit is contained in:
parent
a5514fece9
commit
bc7c8879c5
Notes:
sideshowbarker
2024-07-17 11:35:08 +09:00
Author: https://github.com/sin-ack
Commit: bc7c8879c5
Pull-request: https://github.com/SerenityOS/serenity/pull/13671
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/timschumi ✅
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