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 6a102aa..4ef3666 100644 --- a/sys/include/sys/syscall.h +++ b/sys/include/sys/syscall.h @@ -48,6 +48,7 @@ enum { SYS_ioctl, SYS_execv, SYS_mount, + SYS_reboot, __MAX_SYSCALLS }; |