diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-01 10:59:42 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-01 10:59:42 -0500 |
commit | ac58450e8c9f9d3531ff2efe1d8b972b8fa8a44c (patch) | |
tree | 205505772ba5c75cc240465250962939ed8511ee /ChangeLog | |
parent | 0695940b8ab4b7e69492e8ea071d19fc17dda092 (diff) | |
download | glibc-rsa/stdint_headers.zip glibc-rsa/stdint_headers.tar.gz glibc-rsa/stdint_headers.tar.bz2 |
Add #include <stdint.h> for uint[32|64]_t usage in installed headers.rsa/stdint_headers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2013-05-01 Ryan S. Arnold <rsa@linux.vnet.ibm.com> + + * bits/elfclass.h: Add missing #include <stdint.h> due to + uint[32|64]_t usage. + * bits/netdb.h: Likewise. + * sysdeps/powerpc/bits/link.h: Likewise. + * sysdeps/s390/bits/link.h: Likewise. + * sysdeps/sh/bits/link.h: Likewise. + * sysdeps/sparc/bits/link.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Likewise. + * sysdeps/x86/bits/link.h: Likewise. + * inet/netinet/icmp6.h: Likewise. + * inet/netinet/ip6.h: Likewise. + * nis/rpcsvc/nis.h: Likewise. + * nis/rpcsvc/nislib.h: Likewise. + * sunrpc/rpc/auth_des.h: Likewise. + * sunrpc/rpc/xdr.h: Likewise. + 2013-05-01 Richard Smith <richard@metafoo.co.uk> * misc/sys/cdefs.h (__extern_inline, __extern_always_inline) |