diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-07 21:36:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-07 21:36:26 +0000 |
commit | e2e2181e417caa6d858f5c88988890e16a9c0310 (patch) | |
tree | 2b3ebaf2ef80fddd34745ae33ce780c6d5ceffac | |
parent | db12ef58bae18c0ed75b48b37e18891bd4346882 (diff) | |
download | glibc-e2e2181e417caa6d858f5c88988890e16a9c0310.tar.gz glibc-e2e2181e417caa6d858f5c88988890e16a9c0310.tar.xz glibc-e2e2181e417caa6d858f5c88988890e16a9c0310.zip |
* tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6cbf62ced0..4d6ee30e73 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2004-09-04 Jakub Jelinek <jakub@redhat.com> + + * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available. + 2004-09-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since |