From bf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4 Mon Sep 17 00:00:00 2001 From: rtm Date: Mon, 26 Jun 2006 15:11:19 +0000 Subject: system call arguments --- syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index 13bb2c7..f054414 100644 --- a/syscall.h +++ b/syscall.h @@ -1,3 +1,4 @@ #define SYS_fork 1 #define SYS_exit 2 #define SYS_wait 3 +#define SYS_cons_putc 4 -- cgit v1.2.3