summaryrefslogtreecommitdiff
path: root/Kernel/API/Syscall.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-30 13:21:24 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-30 13:21:24 +0200
commit57dd3b66c5db7fc57d4e1c55f1515901e02bf419 (patch)
treecdea89b75a00d6f8d63d6e10348ea846fec844bf /Kernel/API/Syscall.h
parentcc5403f77bba64f8195a341e35a652e221e477e0 (diff)
downloadserenity-57dd3b66c5db7fc57d4e1c55f1515901e02bf419.zip
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
This doesn't need to be its own syscall either. :^)
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r--Kernel/API/Syscall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h
index 936ae9b74a..b4822cdcdf 100644
--- a/Kernel/API/Syscall.h
+++ b/Kernel/API/Syscall.h
@@ -48,7 +48,6 @@ typedef u32 socklen_t;
namespace Kernel {
#define ENUMERATE_SYSCALLS(S) \
- S(sleep) \
S(yield) \
S(open) \
S(close) \