diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 12:53:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 12:53:04 +0000 |
commit | ff3b3d82781300d48abec8a4a1600e7486663705 (patch) | |
tree | b78f4d2ef348be8c78f1325bfc045058b2c7600c /ChangeLog | |
parent | ef0aab352c3ac1b0670211dac93c0802b2ef046d (diff) | |
download | glibc-ff3b3d82781300d48abec8a4a1600e7486663705.zip glibc-ff3b3d82781300d48abec8a4a1600e7486663705.tar.gz glibc-ff3b3d82781300d48abec8a4a1600e7486663705.tar.bz2 |
Move __STDC_* predefined macros from features.h to stdc-predef.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-02-22 Joseph Myers <joseph@codesourcery.com> + [BZ #10110] + * include/stdc-predef.h: New file. Extracted from features.h. + * include/features.h: Include stdc-predef.h. + * Makefile (headers): Add stdc-predef.h. + * CONFORMANCE (Compiler limitations): Update. + +2012-02-22 Joseph Myers <joseph@codesourcery.com> + * manual/libc.texinfo (VERSION, UPDATED): Revert. 2012-02-21 David S. Miller <davem@davemloft.net> |