1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()

This doesn't need to be its own syscall either. :^)
This commit is contained in:
Andreas Kling 2020-08-30 13:21:24 +02:00
parent cc5403f77b
commit 57dd3b66c5
6 changed files with 4 additions and 56 deletions

View file

@ -144,7 +144,6 @@ set(KERNEL_SOURCES
Syscalls/shbuf.cpp
Syscalls/shutdown.cpp
Syscalls/sigaction.cpp
Syscalls/sleep.cpp
Syscalls/socket.cpp
Syscalls/stat.cpp
Syscalls/sync.cpp