mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:37:45 +00:00
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
We can just implement these in userspace, so yay two less syscalls!
This commit is contained in:
parent
5f3d384454
commit
bf247fb45f
7 changed files with 15 additions and 74 deletions
|
@ -100,7 +100,6 @@ set(KERNEL_SOURCES
|
|||
Syscalls/clock.cpp
|
||||
Syscalls/debug.cpp
|
||||
Syscalls/disown.cpp
|
||||
Syscalls/dup.cpp
|
||||
Syscalls/execve.cpp
|
||||
Syscalls/exit.cpp
|
||||
Syscalls/fcntl.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue