summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb44829cd8..9d06bc14e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-06-24 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
+ counterp to 'volatile unsigned int *'.
+ * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
+ (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
+ (aio_suspend): Give local variable CNTR type 'unsigned int'.
+ * sysdeps/pthread/lio_listio.c (lio_listio_internal):
+ Give local variable TOTAL type 'volatile unsigned int'.
+ (struct async_waitlist): Change type of field counter to 'unsigned int'.
+
2015-06-24 H.J. Lu <hongjiu.lu@intel.com>
[BZ #18383]