diff options
author | marcel <marcel@FreeBSD.org> | 1999-08-16 11:47:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-08-16 11:47:21 +0000 |
commit | f909574334998e6f81a18fb4c70e45f9cc371aa8 (patch) | |
tree | 257ded410e64d7f3c6c4685fc7c6ccdec1bacb86 /sys/i386/linux/syscalls.master | |
parent | 9d22c29093fd9d2a29aa12ec42bbf744ce0249b3 (diff) | |
download | FreeBSD-src-f909574334998e6f81a18fb4c70e45f9cc371aa8.zip FreeBSD-src-f909574334998e6f81a18fb4c70e45f9cc371aa8.tar.gz |
Implement vfork() syscall.
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r-- | sys/i386/linux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index d90bee4..ea86a28 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); } |