]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clarify slightly the interaction between wait*() and pdfork().
authorMark Johnston <markj@FreeBSD.org>
Wed, 24 Oct 2018 18:42:13 +0000 (18:42 +0000)
committerMark Johnston <markj@FreeBSD.org>
Wed, 24 Oct 2018 18:42:13 +0000 (18:42 +0000)
commitb8e4cdda35aba72d35c22efcd5eb862d1c0358fe
tree44bc824838b9fe81451c8bd601c7988e9741ea3d
parent17fbf3cf3420c23aaa7967e9373eaec16133520b
Clarify slightly the interaction between wait*() and pdfork().

There are multiple ways to wait for any child process to return a
status (e.g., waitpid(-1, ...), waitid(P_ALL, ...)), so don't be so
specific.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
lib/libc/sys/wait.2