From 405f64d439c1629748ee49300d847fa61d4ee4bc Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 16 Aug 1999 11:47:21 +0000 Subject: [PATCH] Implement vfork() syscall. --- sys/alpha/linux/syscalls.master | 4 ++-- sys/i386/linux/syscalls.master | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index d90bee4ffa5..ea86a28bd13 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.20 1999/08/14 18:19:00 marcel Exp $ + $Id: syscalls.master,v 1.21 1999/08/15 17:25:56 marcel Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). @@ -271,4 +271,4 @@ 187 UNIMPL LINUX sendfile 188 UNIMPL LINUX getpmsg 189 UNIMPL LINUX putpmsg -190 UNIMPL LINUX vfork +190 STD LINUX { int linux_vfork(void); } diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index d90bee4ffa5..ea86a28bd13 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.20 1999/08/14 18:19:00 marcel Exp $ + $Id: syscalls.master,v 1.21 1999/08/15 17:25:56 marcel Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). @@ -271,4 +271,4 @@ 187 UNIMPL LINUX sendfile 188 UNIMPL LINUX getpmsg 189 UNIMPL LINUX putpmsg -190 UNIMPL LINUX vfork +190 STD LINUX { int linux_vfork(void); }