aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sys/syscall.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h
index 03eda0b..66dc5f3 100644
--- a/sys/include/sys/syscall.h
+++ b/sys/include/sys/syscall.h
@@ -37,8 +37,7 @@
/* Do not reorder */
enum {
- SYS_debug = 0,
- SYS_exit,
+ SYS_exit = 1,
__MAX_SYSCALLS
};