diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-29 13:34:32 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-29 13:34:32 -0700 |
commit | 314647f75ddfc94e600498a65ea8c7a05e9c20c0 (patch) | |
tree | 98af2a37686264c193af4afd02d580691e30b3b1 /ChangeLog | |
parent | fdbeb9c39ef39bfa0ddf30dcf6d0f5009762bf5a (diff) | |
download | glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.zip glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.tar.gz glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.tar.bz2 |
NaCl: Make __suseconds_t be long int rather than int32_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-04-29 Roland McGrath <roland@hack.frob.com> + + * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use + __SLONGWORD_TYPE rather than __S32_TYPE. They are the same size, + but __suseconds_t is often 'long int' so some sources assume that + type is being used (e.g. they use %ld to print tv_usec). + 2015-04-29 Florian Weimer <fweimer@redhat.com> [BZ #18007] |