summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-07 10:37:50 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-07 10:37:50 -0500
commit28926a1be178dd3b5811219e32b0d6b937bf21cf (patch)
tree8697c2aa813b242968f143e65a137200c712675e /ChangeLog
parentdf78418ad7f16500fb52f3075aada0ed9e22abe2 (diff)
downloadglibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.tar.gz
glibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.tar.xz
glibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.zip
Add explicit declaration of gets in C++ code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c762492c4..cafa830c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
 
+	* elf/tst-unique3.cc: Add explicit declaration of gets.
+	* elf/tst-unique3lib.cc: Likewise.
+	* elf/tst-unique3lib2.cc: Likewise.
+	* elf/tst-unique4.cc: Likewise.
+
 	* string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
 
 2012-01-03  Ulrich Drepper  <drepper@gmail.com>