* 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.
This commit is contained in:
Roland McGrath 2002-09-30 00:22:26 +00:00
parent b79e3737ac
commit 63d76dfaf8
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-09-29 Roland McGrath <roland@redhat.com>
* 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.
2002-09-29 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value