From f14811c7c85d645b1bfda41eb9dccfdd2af058fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Nov 2000 07:07:29 +0000 Subject: Update. 2000-11-22 Ulrich Drepper * rt/aio_suspend.c (aio_suspend): Convert timeout value to absolute time for pthread_cond_timedwait call. Reported by Lawrence Chen [libc/1930]. * rt/Makefile (tests): Add tst-aio6. * rt/tst-aio6.c: New file. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e0e6e3..75f3718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-22 Ulrich Drepper + + * rt/aio_suspend.c (aio_suspend): Convert timeout value to + absolute time for pthread_cond_timedwait call. + Reported by Lawrence Chen [libc/1930]. + + * rt/Makefile (tests): Add tst-aio6. + * rt/tst-aio6.c: New file. + 2000-11-23 Andreas Jaeger * sysdeps/s390/bits/string.h (strncat): Fix one more typo. -- cgit v1.1