mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +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
|
@ -48,7 +48,6 @@ typedef u32 socklen_t;
|
|||
namespace Kernel {
|
||||
|
||||
#define ENUMERATE_SYSCALLS(S) \
|
||||
S(sleep) \
|
||||
S(yield) \
|
||||
S(open) \
|
||||
S(close) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue