summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/usys.S b/usys.S
index 8cf7581..aa3a22e 100644
--- a/usys.S
+++ b/usys.S
@@ -23,4 +23,5 @@ STUB(cons_puts)
STUB(exec)
STUB(open)
STUB(mknod)
-STUB(unlink)
+STUB(unlink)
+STUB(fstat)