aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-06-24 17:43:32 -0700
committerRoland McGrath <roland@hack.frob.com>2015-06-24 17:43:32 -0700
commit86edd44f04891c0bd0fd347cba4bfc2a13d94377 (patch)
tree257717a820105a3e3543328afbf12ea5f1f529e0 /ChangeLog
parenta7fcc2f8edb26e4d54b6a740aaa3f3bb0caebd14 (diff)
downloadglibc-86edd44f04891c0bd0fd347cba4bfc2a13d94377.zip
glibc-86edd44f04891c0bd0fd347cba4bfc2a13d94377.tar.gz
glibc-86edd44f04891c0bd0fd347cba4bfc2a13d94377.tar.bz2
Use unsigned types for counters in AIO code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb44829..9d06bc1 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]