From 63d76dfaf884ce4b520e21bee92ec61b0365190b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Sep 2002 00:22:26 +0000 Subject: [PATCH] * 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9171b04edb..48479af442 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