libstdc++: remove gets
Removed from libc in r351659
This commit is contained in:
parent
878fd59d87
commit
c994c3bed8
@ -74,7 +74,6 @@
|
|||||||
#undef fwrite
|
#undef fwrite
|
||||||
#undef getc
|
#undef getc
|
||||||
#undef getchar
|
#undef getchar
|
||||||
#undef gets
|
|
||||||
#undef perror
|
#undef perror
|
||||||
#undef printf
|
#undef printf
|
||||||
#undef putc
|
#undef putc
|
||||||
@ -121,7 +120,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
|
|||||||
using ::fwrite;
|
using ::fwrite;
|
||||||
using ::getc;
|
using ::getc;
|
||||||
using ::getchar;
|
using ::getchar;
|
||||||
using ::gets;
|
|
||||||
using ::perror;
|
using ::perror;
|
||||||
using ::printf;
|
using ::printf;
|
||||||
using ::putc;
|
using ::putc;
|
||||||
|
Loading…
Reference in New Issue
Block a user