xv6/syscall.h

3 lines
38 B
C
Raw Normal View History

2006-06-15 16:02:20 +00:00
#define SYS_fork 1
#define SYS_exit 2