summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/usys.S b/usys.S
index aa3a22e..f9565e5 100644
--- a/usys.S
+++ b/usys.S
@@ -11,15 +11,12 @@
STUB(fork)
STUB(exit)
STUB(wait)
-STUB(cons_putc)
STUB(pipe)
STUB(read)
STUB(write)
STUB(close)
STUB(block)
STUB(kill)
-STUB(panic)
-STUB(cons_puts)
STUB(exec)
STUB(open)
STUB(mknod)