diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-24 17:40:44 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-24 17:40:44 -0500 |
commit | b15549e6f8d5936c4312b022ac8910823f2c2280 (patch) | |
tree | 9e0a26dfb17b4e9c3cb89a38d5ec9a7f460236de /ChangeLog | |
parent | d220b1177777a2cd00d1b1eae62e1071a17ab46b (diff) | |
download | glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.tar glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.tar.gz glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.tar.bz2 glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.zip |
Fix gets problems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-01-24 Ulrich Drepper <drepper@gmail.com> + + * include/stdio.h: Add C++ protection. Add gets declarations and + definitions. + * debug/tst-chk1.c: Don't declare gets here. + * stdio-common/tst-gets.c: Likewise. + 2012-01-21 Ulrich Drepper <drepper@gmail.com> * wcsmbs/uchar.h: Test __STDC_VERSION__. |