mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Kernel: Split off sys$poll() into Syscalls/poll.cpp
This commit is contained in:
parent
f8387dea26
commit
2177c2a30b
3 changed files with 124 additions and 106 deletions
|
@ -229,6 +229,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/perf_event.cpp
|
||||
Syscalls/pipe.cpp
|
||||
Syscalls/pledge.cpp
|
||||
Syscalls/poll.cpp
|
||||
Syscalls/prctl.cpp
|
||||
Syscalls/process.cpp
|
||||
Syscalls/profiling.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue