Document that wait3/waitpid can receive SIGCHILD when wpid does
authormillert <millert@openbsd.org>
Mon, 1 May 2017 00:08:31 +0000 (00:08 +0000)
committermillert <millert@openbsd.org>
Mon, 1 May 2017 00:08:31 +0000 (00:08 +0000)
commite206d2331c2256abcc3c849e152e3dca92913b75
tree05ce1724f338930d60e58922843859c3c65de28e
parent18630ca8d05312e6a4d9ea61d0b794ca45a0c26e
Document that wait3/waitpid can receive SIGCHILD when wpid does
not exist or is not a child of the calling process.
Document what happens when SIGCHLD is ignored or SA_NOCLDWAIT is
set in sa_flags (this part from FreeBSD).
OK guenther@
lib/libc/sys/wait.2