Module Name: src
Committed By: kamil
Date: Tue Jun 11 12:47:34 UTC 2019
Modified Files:
src/lib/libc/gen: posix_spawn.3
Log Message:
Correct outdated note that posix_spawn(3) is implemented with vfork(2)
The original FreeBSD libc code uses vfork(2), it's not the case for NetBSD
as there is a dedicated kernel syscall.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/posix_spawn.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.