mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
Kernel: Remove sys$select() syscall
Now that the userland has a compatiblity wrapper for select(), the kernel doesn't need to implement this syscall natively. The poll() interface been around since 1987, any code still using select() should be slapped silly. Note: the SerenityOS source tree mostly uses select() and not poll() despite SerenityOS having support for poll() since early 2019...
This commit is contained in:
parent
dc83fd5ee8
commit
23257cac52
4 changed files with 0 additions and 134 deletions
|
@ -241,7 +241,6 @@ set(KERNEL_SOURCES
|
|||
Syscalls/rename.cpp
|
||||
Syscalls/rmdir.cpp
|
||||
Syscalls/sched.cpp
|
||||
Syscalls/select.cpp
|
||||
Syscalls/sendfd.cpp
|
||||
Syscalls/setpgid.cpp
|
||||
Syscalls/setuid.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue