diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-24 02:50:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-24 02:50:16 +0000 |
commit | 67b78ef91b1441c7f94fe03e1bad161d5912f5ac (patch) | |
tree | ae9686b619a6a88901b6ecae921be3a8d1b48e47 /nptl/ChangeLog | |
parent | 7b0a32a30505e02f2b138b1695096b0ddb2ab62d (diff) | |
download | glibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.tar.gz glibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.tar.xz glibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.zip |
Update.
* sysdeps/pthread/aio_misc.h: Mark __aio_requests_mutex, __aio_enqueue_request, __aio_find_req, __aio_find_req_fd, __aio_free_request, __aio_notify, and __aio_sigqueue as hidden. * sysdeps/pthread/aio_suspend.c (aio_suspend): Set errno to the result of pthread_cond_wait if there was an error. Use pthread_cleanup_* instead of __lbic_cleanup_region_*.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9a8f0a3800..c53fc8adf6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +2003-06-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Rewrite + to use exception-based cleanup handler. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise. + + * tst-cond8.c (ch): Announce that we are done. + + * pthreadP.h (__pthread_mutex_cond_lock): Mark with internal_function. + + * tst-cancel17.c (tf): Retry aio_suspend in case of EINTR. + Also test aio_suspend with timeout value. + 2003-06-22 Ulrich Drepper <drepper@redhat.com> * pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden. |