From b548df152b5a53ea8cfcb2d94fbdee07884d8050 Mon Sep 17 00:00:00 2001 From: rtm Date: Tue, 11 Jul 2006 17:39:45 +0000 Subject: pre-empt both user and kernel, in clock interrupt usertest.c tests pre-emption kill() --- usys.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usys.S') diff --git a/usys.S b/usys.S index c399d62..53958c1 100644 --- a/usys.S +++ b/usys.S @@ -10,9 +10,11 @@ STUB(fork) STUB(exit) +STUB(wait) STUB(cons_putc) STUB(pipe) STUB(read) STUB(write) STUB(close) STUB(block) +STUB(kill) -- cgit v1.2.3