summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/usys.S b/usys.S
index 16d84e7..c7a162c 100644
--- a/usys.S
+++ b/usys.S
@@ -15,7 +15,6 @@ STUB(pipe)
STUB(read)
STUB(write)
STUB(close)
-STUB(block)
STUB(kill)
STUB(exec)
STUB(open)
@@ -25,3 +24,4 @@ STUB(fstat)
STUB(link)
STUB(mkdir)
STUB(chdir)
+STUB(dup)