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 c7a162c..617fdc5 100644
--- a/usys.S
+++ b/usys.S
@@ -25,3 +25,5 @@ STUB(link)
STUB(mkdir)
STUB(chdir)
STUB(dup)
+STUB(getpid)
+STUB(sbrk)