From be0a7eacdab4443199ed0ed4379a84edc7c98fd6 Mon Sep 17 00:00:00 2001 From: rtm Date: Thu, 15 Jun 2006 19:58:01 +0000 Subject: sleep, wakeup, wait, exit --- syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index 3155dbd..13bb2c7 100644 --- a/syscall.h +++ b/syscall.h @@ -1,2 +1,3 @@ #define SYS_fork 1 #define SYS_exit 2 +#define SYS_wait 3 -- cgit v1.2.3