From 9b37d1bfaa65c96e7a465c285599aa45117182ea Mon Sep 17 00:00:00 2001 From: rsc <rsc> Date: Sun, 16 Jul 2006 15:36:31 +0000 Subject: Add user.h for prototypes. Add cons_puts for cleaner output. --- usys.S | 1 + 1 file changed, 1 insertion(+) (limited to 'usys.S') diff --git a/usys.S b/usys.S index 0e35035..45d6ca8 100644 --- a/usys.S +++ b/usys.S @@ -19,3 +19,4 @@ STUB(close) STUB(block) STUB(kill) STUB(panic) +STUB(cons_puts) -- cgit v1.2.3