From 4c1195a4d18e06ecdd9ebf2cfb98d16697448f1e Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 13 Nov 2009 13:26:27 +0000 Subject: [PATCH] Remove a note about vfork(4) going to be eliminated, it's here to stay. Submitted by: kib MFC after: 1 week --- lib/libc/sys/vfork.2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 75b2982d342..3cd33686edc 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -113,14 +113,6 @@ The system call appeared in .Bx 2.9 . .Sh BUGS -This system call will be eliminated when proper system sharing -mechanisms are implemented. -Users should not depend on the memory -sharing semantics of -.Fn vfork -as it will, in that case, be made synonymous to -.Xr fork 2 . -.Pp To avoid a possible deadlock situation, processes that are children in the middle of a