]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r246119:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 6 Feb 2013 13:53:59 +0000 (13:53 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 6 Feb 2013 13:53:59 +0000 (13:53 +0000)
commite3fc45d12d7eb46f054674aa2f72bc360f45432a
treed828449f0d39fdc1850d58d6545e2ff6aa60755c
parent73d38e99928420e5d93f94eaddf7071bfa4312ae
MFC r246119:
Rework the handling of the children for the pthread_vfork_test.  The
trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to
not abandon our zombies to init(8). This way, the zombies are around
slightly longer, allowing to actually exercise the logic for p_pwait
use by the test.

git-svn-id: svn://svn.freebsd.org/base/stable/9@246405 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/test/pthread_vfork/pthread_vfork_test.c