diff options
| author | rtm | 2006-06-15 16:02:20 +0000 |
|---|---|---|
| committer | rtm | 2006-06-15 16:02:20 +0000 |
| commit | a4c03dea09b7b5f2463147e979d20b035b81de96 (patch) | |
| tree | 3ba362f412faf45f0fb0e93b72f613ecc3956193 /syscall.h | |
| parent | cb83c71628378bc0e295dd71bf6641379fbcdf37 (diff) | |
primitive fork and exit system calls
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 |
