diff options
Diffstat (limited to 'src/sys/include/sys/syscall.h')
-rw-r--r-- | src/sys/include/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/sys/syscall.h b/src/sys/include/sys/syscall.h index 5ec48c3..215ea22 100644 --- a/src/sys/include/sys/syscall.h +++ b/src/sys/include/sys/syscall.h @@ -47,6 +47,7 @@ #define SYS_write 0x02 #define SYS_cross 0x03 /* cross a border (mandatory) */ #define SYS_sigaction 0x04 +#define SYS_query 0x05 /* query a border (mandatory) */ typedef __ssize_t scret_t; typedef __ssize_t scarg_t; |