summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.h')
-rw-r--r--syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syscall.h b/syscall.h
index c89d5a3..4efd255 100644
--- a/syscall.h
+++ b/syscall.h
@@ -15,4 +15,6 @@
#define SYS_mkdir 16
#define SYS_chdir 17
#define SYS_dup 18
+#define SYS_getpid 19
+#define SYS_sbrk 20