From c41f1de5d41a527a3fa2d1e94215766130eac456 Mon Sep 17 00:00:00 2001 From: rtm Date: Tue, 27 Jun 2006 14:35:53 +0000 Subject: file descriptors pipes --- syscall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index f054414..65d5ced 100644 --- a/syscall.h +++ b/syscall.h @@ -2,3 +2,6 @@ #define SYS_exit 2 #define SYS_wait 3 #define SYS_cons_putc 4 +#define SYS_pipe 5 +#define SYS_write 6 +#define SYS_read 7 -- cgit v1.2.3