1
Fork 0
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:
Jean-Baptiste Boric 2021-12-12 10:44:37 +01:00 committed by Andreas Kling
parent f8387dea26
commit 2177c2a30b
3 changed files with 124 additions and 106 deletions

View file

@ -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