diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-30 00:22:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-30 00:22:26 +0000 |
commit | 63d76dfaf884ce4b520e21bee92ec61b0365190b (patch) | |
tree | 9929bea2ea7c3b45e656b613c346104c817f928e | |
parent | b79e3737accc6043faefa9a7a3b0080d5f7f05b2 (diff) | |
download | glibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.tar.gz glibc-63d76dfaf884ce4b520e21bee92ec61b0365190b.tar.xz 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-- | ChangeLog | 7 |
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 |