mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +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:
parent
cc5403f77b
commit
57dd3b66c5
6 changed files with 4 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue