diff options
Diffstat (limited to 'sys/include/sys/syscall.h')
-rw-r--r-- | sys/include/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h index 3650e7a..05288f4 100644 --- a/sys/include/sys/syscall.h +++ b/sys/include/sys/syscall.h @@ -56,6 +56,7 @@ #define SYS_inject 15 #define SYS_getpid 16 #define SYS_getppid 17 +#define SYS_setuid 18 #if defined(_KERNEL) /* Syscall return value and arg type */ |