aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-24 02:50:16 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-24 02:50:16 +0000
commit67b78ef91b1441c7f94fe03e1bad161d5912f5ac (patch)
treeae9686b619a6a88901b6ecae921be3a8d1b48e47 /ChangeLog
parent7b0a32a30505e02f2b138b1695096b0ddb2ab62d (diff)
downloadglibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.zip
glibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.tar.gz
glibc-67b78ef91b1441c7f94fe03e1bad161d5912f5ac.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 69dce62..571330c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2003-06-23 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/pthread/aio_suspend.c (aio_suspend): Set errno to EINTR
- if this is what pthread_cond_wait returned.
+ * 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_*.
2003-06-20 Richard Henderson <rth@redhat.com>