diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:07:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:07:29 +0000 |
commit | f14811c7c85d645b1bfda41eb9dccfdd2af058fe (patch) | |
tree | 859cd2c92cc3c106ddbabc4e73609d000d8c36a7 /ChangeLog | |
parent | a95d12364158e54923aa2f585b29b99b98c15916 (diff) | |
download | glibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.zip glibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.tar.gz glibc-f14811c7c85d645b1bfda41eb9dccfdd2af058fe.tar.bz2 |
Update.
2000-11-22 Ulrich Drepper <drepper@redhat.com>
* rt/aio_suspend.c (aio_suspend): Convert timeout value to
absolute time for pthread_cond_timedwait call.
Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].
* rt/Makefile (tests): Add tst-aio6.
* rt/tst-aio6.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-11-22 Ulrich Drepper <drepper@redhat.com> + + * rt/aio_suspend.c (aio_suspend): Convert timeout value to + absolute time for pthread_cond_timedwait call. + Reported by Lawrence Chen <lchen@opentext.com> [libc/1930]. + + * rt/Makefile (tests): Add tst-aio6. + * rt/tst-aio6.c: New file. + 2000-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/s390/bits/string.h (strncat): Fix one more typo. |