From efc12b8e616ed3394468c1802da8e1f39e387cd3 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 13:34:35 +0000 Subject: Replace yield system call with sleep. --- syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index 85ea220..f4b7807 100644 --- a/syscall.h +++ b/syscall.h @@ -18,4 +18,4 @@ #define SYS_dup 17 #define SYS_getpid 18 #define SYS_sbrk 19 -#define SYS_yield 20 +#define SYS_sleep 20 -- cgit v1.2.3