summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S2
1 files changed, 2 insertions, 0 deletions
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)