diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-25 16:50:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-25 16:50:17 +0000 |
commit | bdb6de1d6d5d2a538e34fd453331acd0f664f6ed (patch) | |
tree | bcfbf089ffa2300cdbb1f089fbd9aa963fc4a721 /elf/tst-unique3.cc | |
parent | 83cf1b9f0244a6c6b420de88f19d707f2c2e5247 (diff) | |
download | glibc-bdb6de1d6d5d2a538e34fd453331acd0f664f6ed.tar.gz glibc-bdb6de1d6d5d2a538e34fd453331acd0f664f6ed.tar.xz glibc-bdb6de1d6d5d2a538e34fd453331acd0f664f6ed.zip |
Remove gets declarations in C++ tests.
Diffstat (limited to 'elf/tst-unique3.cc')
-rw-r--r-- | elf/tst-unique3.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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 <cstdio> #include "../dlfcn/dlfcn.h" |