Kernel: Add SYS_SLEEP

This commit is contained in:
Bananymous
2023-05-28 22:34:48 +03:00
parent 282bf24f65
commit 0c316ebfb2
3 changed files with 21 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ __BEGIN_DECLS
#define SYS_GET_TERMIOS 11
#define SYS_SET_TERMIOS 12
#define SYS_FORK 13
#define SYS_SLEEP 14
__END_DECLS