mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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:
@@ -48,7 +48,6 @@ typedef u32 socklen_t;
|
||||
namespace Kernel {
|
||||
|
||||
#define ENUMERATE_SYSCALLS(S) \
|
||||
S(sleep) \
|
||||
S(yield) \
|
||||
S(open) \
|
||||
S(close) \
|
||||
|
||||
Reference in New Issue
Block a user