summaryrefslogtreecommitdiff
path: root/syscall.h
blob: 13bb2c75a264659ac6195ba110a71781304b56b2 (plain)
1
2
3
#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3