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. --- usys.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usys.S') diff --git a/usys.S b/usys.S index 210774d..380cb91 100644 --- a/usys.S +++ b/usys.S @@ -27,4 +27,4 @@ STUB(chdir) STUB(dup) STUB(getpid) STUB(sbrk) -STUB(yield) +STUB(sleep) -- cgit v1.2.3