mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09: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
Notes:
sideshowbarker
2024-07-19 03:00:09 +09:00
Author: https://github.com/awesomekling
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