summaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h
index 08bd989..3650e7a 100644
--- a/sys/include/sys/syscall.h
+++ b/sys/include/sys/syscall.h
@@ -54,6 +54,8 @@
#define SYS_lseek 13
#define SYS_sleep 14
#define SYS_inject 15
+#define SYS_getpid 16
+#define SYS_getppid 17
#if defined(_KERNEL)
/* Syscall return value and arg type */