1
Fork 0
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:
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

@ -48,7 +48,6 @@ typedef u32 socklen_t;
namespace Kernel {
#define ENUMERATE_SYSCALLS(S) \
S(sleep) \
S(yield) \
S(open) \
S(close) \