diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-06-24 17:58:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-06-24 17:58:12 -0700 |
commit | e185d57e9933806ede21294acb2a3283a840b6c7 (patch) | |
tree | 5a002fdbee89ed64bb7d3c950d23d02e1ed6099a /ChangeLog | |
parent | 86edd44f04891c0bd0fd347cba4bfc2a13d94377 (diff) | |
download | glibc-e185d57e9933806ede21294acb2a3283a840b6c7.zip glibc-e185d57e9933806ede21294acb2a3283a840b6c7.tar.gz glibc-e185d57e9933806ede21294acb2a3283a840b6c7.tar.bz2 |
Use unsigned types for counters in getaddrinfo_a code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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] |