2015-01-22 Matthias Klose <doko@ubuntu.com>
* gets-chk.c: Declare prototype for gets in C11 mode.
From-SVN: r220018
+2015-01-22 Matthias Klose <doko@ubuntu.com>
+
+ * gets-chk.c: Declare prototype for gets in C11 mode.
+
2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/63784
# include <string.h>
#endif
+#if !(!defined __USE_ISOC11 \
+ || (defined __cplusplus && __cplusplus <= 201103L))
+extern char *gets (char *);
+#endif
+
extern void __chk_fail (void) __attribute__((__noreturn__));
char *