xv6-cs450/syscall.h
2006-06-15 19:58:01 +00:00

4 lines
57 B
C

#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3