From d10d324e79bdcd7d7ab57952e6b140009737e868 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 22 Aug 2011 20:05:15 -0400 Subject: Remove sys_init syscall Invoke initlog from forkret on first user process --- syscall.h | 1 - 1 file changed, 1 deletion(-) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index e9e43a2..59a4576 100644 --- a/syscall.h +++ b/syscall.h @@ -1,5 +1,4 @@ // System call numbers -#define SYS_init 0 #define SYS_fork 1 #define SYS_exit 2 #define SYS_wait 3 -- cgit v1.2.3