aboutsummaryrefslogtreecommitdiff
path: root/sys/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/sys/syscall.h')
-rw-r--r--sys/include/sys/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h
index 0f5abf0..a2ca992 100644
--- a/sys/include/sys/syscall.h
+++ b/sys/include/sys/syscall.h
@@ -46,6 +46,7 @@ enum {
SYS_mmap,
SYS_munmap,
SYS_ioctl,
+ SYS_execv,
__MAX_SYSCALLS
};