summaryrefslogtreecommitdiff
path: root/src/sys/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/sys/syscall.h')
-rw-r--r--src/sys/include/sys/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/sys/syscall.h b/src/sys/include/sys/syscall.h
index c1c06bb..7dcd266 100644
--- a/src/sys/include/sys/syscall.h
+++ b/src/sys/include/sys/syscall.h
@@ -49,6 +49,7 @@
#define SYS_sigaction 0x04
#define SYS_query 0x05 /* query a border (mandatory) */
#define SYS_spawn 0x06 /* spawn a process */
+#define SYS_open 0x07 /* open a file */
typedef __ssize_t scret_t;
typedef __ssize_t scarg_t;