* test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
authorRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 00:22:26 +0000 (00:22 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 00:22:26 +0000 (00:22 +0000)
commit63d76dfaf884ce4b520e21bee92ec61b0365190b
tree9929bea2ea7c3b45e656b613c346104c817f928e
parentb79e3737accc6043faefa9a7a3b0080d5f7f05b2
* test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.

Examine the child's status and print something different if it wasn't
just killed by our SIGKILL.
(main): In the child process call setpgid to put it in its own pgrp.
ChangeLog