Module Name: src Committed By: kamil Date: Wed Jun 12 00:05:48 UTC 2019
Modified Files:
src/lib/libc/gen: posix_spawn.3
Log Message:
Document that posix_spawn(3) uses a dedicated syscall
vfork+exec operations are done in one go. This is important information for
programs that wrap posix_spawn(3).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.
