diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2000-03-18 21:36:03 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2000-03-18 21:36:03 +0000 |
commit | 51df921d8ede205d68a82b36cef125841d5713a3 (patch) | |
tree | 1be1939a55cd1b221b9ea8e21f150b861ebaba93 /sys/compat/linux | |
parent | a86e9c05f7173596ec92633057f6bbcd0a3ceffa (diff) |
Implement vfork (ok jasoni).
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master index 6c779a99d7a..bbbba4298c6 100644 --- a/sys/compat/linux/syscalls.master +++ b/sys/compat/linux/syscalls.master @@ -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 @@ -299,4 +299,4 @@ 187 UNIMPL sendfile 188 UNIMPL getpmsg 189 UNIMPL putpmsg -190 UNIMPL vfork +190 STD { int sys_vfork(void); } |