diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 10:37:50 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 10:37:50 -0500 |
commit | 28926a1be178dd3b5811219e32b0d6b937bf21cf (patch) | |
tree | 8697c2aa813b242968f143e65a137200c712675e /elf/tst-unique3lib.cc | |
parent | df78418ad7f16500fb52f3075aada0ed9e22abe2 (diff) | |
download | glibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.tar.gz glibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.tar.xz glibc-28926a1be178dd3b5811219e32b0d6b937bf21cf.zip |
Add explicit declaration of gets in C++ code
Diffstat (limited to 'elf/tst-unique3lib.cc')
-rw-r--r-- | elf/tst-unique3lib.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/tst-unique3lib.cc b/elf/tst-unique3lib.cc index fa8e85a36c..5429dc57c0 100644 --- a/elf/tst-unique3lib.cc +++ b/elf/tst-unique3lib.cc @@ -1,3 +1,5 @@ +extern char *gets (char *); + #include <cstdio> #include "tst-unique3.h" template<typename T> int S<T>::i = 1; |