diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-06 18:11:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-06 18:11:50 +0000 |
commit | 8ecd6b2a1283a28bcf56cfe48099fafa412a3929 (patch) | |
tree | a1b43a7fc8170929747efa1505998dee2c2865e3 /ChangeLog | |
parent | 5e0d030065a49247b306a2b445fa7720b8ee09cb (diff) | |
download | glibc-8ecd6b2a1283a28bcf56cfe48099fafa412a3929.tar glibc-8ecd6b2a1283a28bcf56cfe48099fafa412a3929.tar.gz glibc-8ecd6b2a1283a28bcf56cfe48099fafa412a3929.tar.bz2 glibc-8ecd6b2a1283a28bcf56cfe48099fafa412a3929.zip |
Fix C11 header changes for C++.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-01-06 Joseph Myers <joseph@codesourcery.com> + + [BZ #13566] + * assert/assert.h (static_assert): Don't define for C++. + * libio/stdio.h (gets): Do declare for C++ <= C++11. + * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11. + 2012-01-03 Ulrich Drepper <drepper@gmail.com> * iconv/loop.c (single loop): Fix assertion in storing of |