Revert "Hide declaration of gets(3) for C11 and later."
Breaks stlport. checkbuild lied to me?
This reverts commit c0ce590827.
Change-Id: I72fb21aba7eaea96a7c3208236fd03411527fa5e
This commit is contained in:
@@ -63,9 +63,7 @@ using ::ftell;
|
||||
using ::fwrite;
|
||||
using ::getc;
|
||||
using ::getchar;
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ < 201112L
|
||||
using ::gets;
|
||||
#endif
|
||||
using ::perror;
|
||||
using ::printf;
|
||||
using ::putc;
|
||||
|
||||
Reference in New Issue
Block a user