From 32630628a996e29018641af262272339ed6fef88 Mon Sep 17 00:00:00 2001 From: rtm Date: Sat, 29 Jul 2006 09:35:02 +0000 Subject: open() --- syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index 799d8ed..e894200 100644 --- a/syscall.h +++ b/syscall.h @@ -11,3 +11,4 @@ #define SYS_panic 11 #define SYS_cons_puts 12 #define SYS_exec 13 +#define SYS_open 14 -- cgit v1.2.3