From da15a90df6801a245a9d08679416e67f30f5a4b6 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 1 Sep 2019 16:41:24 +0000 Subject: [PATCH] libstdc++: remove gets Removed from libc in r351659 --- contrib/libstdc++/include/c_std/std_cstdio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/libstdc++/include/c_std/std_cstdio.h b/contrib/libstdc++/include/c_std/std_cstdio.h index 3935ef4f17e0..b6cb807d8ae1 100644 --- a/contrib/libstdc++/include/c_std/std_cstdio.h +++ b/contrib/libstdc++/include/c_std/std_cstdio.h @@ -74,7 +74,6 @@ #undef fwrite #undef getc #undef getchar -#undef gets #undef perror #undef printf #undef putc @@ -121,7 +120,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std) using ::fwrite; using ::getc; using ::getchar; - using ::gets; using ::perror; using ::printf; using ::putc;