Implement vfork (ok jasoni).
authorian <ian@openbsd.org>
Sat, 18 Mar 2000 21:36:02 +0000 (21:36 +0000)
committerian <ian@openbsd.org>
Sat, 18 Mar 2000 21:36:02 +0000 (21:36 +0000)
sys/compat/linux/syscalls.master

index 6c779a9..bbbba42 100644 (file)
@@ -1,4 +1,4 @@
-       $OpenBSD: syscalls.master,v 1.17 2000/03/13 08:18:30 jasoni Exp $
+       $OpenBSD: syscalls.master,v 1.18 2000/03/18 21:36:02 ian Exp $
 ;      $NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 187    UNIMPL          sendfile
 188    UNIMPL          getpmsg
 189    UNIMPL          putpmsg
-190    UNIMPL          vfork
+190    STD             { int sys_vfork(void); }