diff options
Diffstat (limited to 'usys.S')
-rw-r--r-- | usys.S | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |