diff options
author | brueffer <brueffer@FreeBSD.org> | 2009-11-13 13:26:27 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2009-11-13 13:26:27 +0000 |
commit | 2e85514520bfcc1da9b5bf1eb6f848ad9ba44e39 (patch) | |
tree | 9803a108fa1d49ae12c5c74b5d0464e27184d4da /lib/libc/sys | |
parent | a9f932df0f9837cdd04311f9897f1c5a6258f1dc (diff) | |
download | FreeBSD-src-2e85514520bfcc1da9b5bf1eb6f848ad9ba44e39.zip FreeBSD-src-2e85514520bfcc1da9b5bf1eb6f848ad9ba44e39.tar.gz |
Remove a note about vfork(4) going to be eliminated, it's here to stay.
Submitted by: kib
MFC after: 1 week
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/vfork.2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 75b2982..3cd3368 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 |