aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-30 00:22:26 +0000
committerRoland McGrath <roland@gnu.org>2002-09-30 00:22:26 +0000
commit63d76dfaf884ce4b520e21bee92ec61b0365190b (patch)
tree9929bea2ea7c3b45e656b613c346104c817f928e
parentb79e3737accc6043faefa9a7a3b0080d5f7f05b2 (diff)
downloadglibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.tar
glibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.tar.gz
glibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.tar.bz2
glibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.zip
* 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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9171b04edb..48479af442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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