diff options
Diffstat (limited to 'syscall.h')
-rw-r--r-- | syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syscall.h b/syscall.h new file mode 100644 index 0000000..3155dbd --- /dev/null +++ b/syscall.h @@ -0,0 +1,2 @@ +#define SYS_fork 1 +#define SYS_exit 2 |