]> git.corax.cc Git - corax/commitdiff
Add SYS_SLEEP and SYS_EXECFVE definitions to corax/syscall.h
authorMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 11:36:27 +0000 (20:36 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 11:36:27 +0000 (20:36 +0900)
include/corax/syscall.h

index 083258adf4a7abfe7e891c0623e61dc5fa236dad..d8e20df84aeb004d1cdacfc8f680d4a26f057af3 100644 (file)
 #define SYS_WAITPID    4
 #define SYS_WAITID     5
 #define SYS_SETSID     6
+#define SYS_SLEEP      7
+
+/* Corax-specific variations of POSIX syscalls */
+#define SYS_EXECFVE    128
 
 #define IPC_SEND       0
 #define IPC_RECV       1