diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-25 07:46:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-25 07:46:45 +0000 |
commit | 6d0e6e844d591cfa9222b9a871ecba0560ad2ee1 (patch) | |
tree | 84e84275d4f0ea5b67c2c1dbeba045fb39761d24 /ChangeLog | |
parent | 7f8f7b9dc8a9709182574777bbe151388aa467bb (diff) | |
download | glibc-6d0e6e844d591cfa9222b9a871ecba0560ad2ee1.tar.gz glibc-6d0e6e844d591cfa9222b9a871ecba0560ad2ee1.tar.xz glibc-6d0e6e844d591cfa9222b9a871ecba0560ad2ee1.zip |
Update.
2003-06-19 Jakub Jelinek <jakub@redhat.com> * test-skeleton.c (timeout_handler): If waitpid returned 0, retry once after a second. If killed == 0, assume WTERMSIG (status) == SIGKILL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7a0b11a62a..c48ded4a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-19 Jakub Jelinek <jakub@redhat.com> + + * test-skeleton.c (timeout_handler): If waitpid returned 0, + retry once after a second. If killed == 0, assume + WTERMSIG (status) == SIGKILL. + 2003-06-18 Roland McGrath <roland@redhat.com> * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Catch uninitialized |