diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2013-04-25 11:08:31 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2013-04-25 11:08:31 -0700 |
commit | 1ef74943ce2f114c78b215af57c2ccc72ccdb0b7 (patch) | |
tree | c4bc3711ebcc430cc10e8628d9bf4a999c300a12 /ChangeLog | |
parent | ae9552cf7b7f43591a1dfd54baf48d31fbbe9fac (diff) | |
download | glibc-1ef74943ce2f114c78b215af57c2ccc72ccdb0b7.tar glibc-1ef74943ce2f114c78b215af57c2ccc72ccdb0b7.tar.gz glibc-1ef74943ce2f114c78b215af57c2ccc72ccdb0b7.tar.bz2 glibc-1ef74943ce2f114c78b215af57c2ccc72ccdb0b7.zip |
Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #15366] + * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.): + define unconditionally. + * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.): + define unconditionally. + (INT8_C, INT16_C, etc.): Likewise. + 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com> * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare |