From 4bcd0f6a77e20c78632b64fe6ee57129556a531d Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 24 Aug 2007 20:04:53 +0000 Subject: Add yield system call, for zombie test program (bad idea?). --- usys.S | 1 + 1 file changed, 1 insertion(+) (limited to 'usys.S') diff --git a/usys.S b/usys.S index 2f6141d..210774d 100644 --- a/usys.S +++ b/usys.S @@ -27,3 +27,4 @@ STUB(chdir) STUB(dup) STUB(getpid) STUB(sbrk) +STUB(yield) -- cgit v1.2.3