aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 5a3f2eb..a5b7e18 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -95,6 +95,9 @@ enum {
/** Execute new binary in process space. */
SYS_EXEC,
+ /** Execute new binary in new process space. */
+ SYS_SPAWN,
+
/** Kill thread. */
SYS_KILL,