mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
Kernel+LibC+LibCore+UserspaceEmulator: Implement faccessat(2)
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
This commit is contained in:
parent
fa692e13f9
commit
2a502fe232
13 changed files with 89 additions and 39 deletions
|
@ -264,7 +264,6 @@ set(KERNEL_SOURCES
|
|||
Scheduler.cpp
|
||||
StdLib.cpp
|
||||
Syscalls/anon_create.cpp
|
||||
Syscalls/access.cpp
|
||||
Syscalls/alarm.cpp
|
||||
Syscalls/beep.cpp
|
||||
Syscalls/chdir.cpp
|
||||
|
@ -276,6 +275,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/dup2.cpp
|
||||
Syscalls/emuctl.cpp
|
||||
Syscalls/exit.cpp
|
||||
Syscalls/faccessat.cpp
|
||||
Syscalls/fallocate.cpp
|
||||
Syscalls/fcntl.cpp
|
||||
Syscalls/fsync.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue