summaryrefslogtreecommitdiff
path: root/kernel/syscalls.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 03:53:32 +0200
committerMiguel <m.i@gmx.at>2018-09-02 03:53:32 +0200
commitab6b44f5197e4c6c19f225f909035385d37883b4 (patch)
tree2c07e5bc65cf8e19a6433a7c0c5135eabb56a59c /kernel/syscalls.h
parentc459fab7662eaf45df9994c828065b9fc8d4a8ac (diff)
foolsnake showcasing multithreading and our console
Diffstat (limited to 'kernel/syscalls.h')
-rw-r--r--kernel/syscalls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h
index e88d8c3..56e78a2 100644
--- a/kernel/syscalls.h
+++ b/kernel/syscalls.h
@@ -19,7 +19,8 @@
#define SYSCALL_GETTIMEOFDAY 71
#define SYSCALL_READDIR 63
#define SYSCALL_KILL 73
-#define SYSCALL_POLL 80
+#define SYSCALL_POLL 80 //shit!?
+#define SYSCALL_CLONE 83
// new planned syscalls for graphx