diff --git a/ChangeLog b/ChangeLog index ffd422435a..a0b355e853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-01-25 Joseph Myers + + * elf/tst-unique3.cc (gets): Remove declaration. + * elf/tst-unique3lib.cc (gets): Likewise. + * elf/tst-unique3lib2.cc (gets): Likewise. + * elf/tst-unique4.cc (gets): Likewise. + 2012-01-24 Ulrich Drepper * include/stdio.h: Add C++ protection. Add gets declarations and diff --git a/elf/tst-unique3.cc b/elf/tst-unique3.cc index ec1e814b18..efdd6d78c2 100644 --- a/elf/tst-unique3.cc +++ b/elf/tst-unique3.cc @@ -1,5 +1,4 @@ #include "tst-unique3.h" -extern char *gets (char *); #include #include "../dlfcn/dlfcn.h" diff --git a/elf/tst-unique3lib.cc b/elf/tst-unique3lib.cc index 5429dc57c0..fa8e85a36c 100644 --- a/elf/tst-unique3lib.cc +++ b/elf/tst-unique3lib.cc @@ -1,5 +1,3 @@ -extern char *gets (char *); - #include #include "tst-unique3.h" template int S::i = 1; diff --git a/elf/tst-unique3lib2.cc b/elf/tst-unique3lib2.cc index 76dadcaae7..17d817e12e 100644 --- a/elf/tst-unique3lib2.cc +++ b/elf/tst-unique3lib2.cc @@ -1,5 +1,3 @@ -extern char *gets (char *); - #include #include "tst-unique3.h" diff --git a/elf/tst-unique4.cc b/elf/tst-unique4.cc index e38ae83748..575c70d3a1 100644 --- a/elf/tst-unique4.cc +++ b/elf/tst-unique4.cc @@ -1,6 +1,5 @@ // BZ 12511 #include "tst-unique4.h" -extern char *gets (char *); #include