diff options
author | 2000-03-18 21:36:02 +0000 | |
---|---|---|
committer | 2000-03-18 21:36:02 +0000 | |
commit | 884acce33f72e7f787a1102bb581c2a5d4a2e7dd (patch) | |
tree | f2cceed5191f1581c242a4fa3af07d44fc26b502 | |
parent | more details; d (diff) | |
download | wireguard-openbsd-884acce33f72e7f787a1102bb581c2a5d4a2e7dd.tar.xz wireguard-openbsd-884acce33f72e7f787a1102bb581c2a5d4a2e7dd.zip |
Implement vfork (ok jasoni).
-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); } |