From: Roland McGrath Date: Mon, 30 Sep 2002 00:22:26 +0000 (+0000) Subject: * test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid. X-Git-Tag: upstream/2.30~21003 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63d76dfaf884ce4b520e21bee92ec61b0365190b;p=external%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 9171b04..48479af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-29 Roland McGrath + + * 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 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value