about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-06-24 17:58:12 -0700
committerRoland McGrath <roland@hack.frob.com>2015-06-24 17:58:12 -0700
commite185d57e9933806ede21294acb2a3283a840b6c7 (patch)
tree5a002fdbee89ed64bb7d3c950d23d02e1ed6099a /ChangeLog
parent86edd44f04891c0bd0fd347cba4bfc2a13d94377 (diff)
downloadglibc-e185d57e9933806ede21294acb2a3283a840b6c7.tar.gz
glibc-e185d57e9933806ede21294acb2a3283a840b6c7.tar.xz
glibc-e185d57e9933806ede21294acb2a3283a840b6c7.zip
Use unsigned types for counters in getaddrinfo_a code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d06bc14e9..e2e2d2ec5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2015-06-24  Roland McGrath  <roland@hack.frob.com>
 
+	* resolv/gai_misc.h (struct waitlist): Change type of field
+	counterp to 'volatile unsigned int *'.
+	* sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
+	FUTEXADDR and OLDVAL.
+	* resolv/getaddrinfo_a.c (getaddrinfo_a):
+	Give local variable TOTAL type 'volatile unsigned int'.
+	(struct async_waitlist): Change type of field counter to 'unsigned int'.
+	* resolv/gai_suspend.c (gai_suspend):
+	Give local variable CNTR type 'unsigned int'.
+
 	* 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]