summaryrefslogtreecommitdiffstats
path: root/devel/m4/glibc215.patch
blob: 9b6f475e877ba081d70d72082eb65077d1e90f46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/stdio.in.h.orig	2011-03-01 19:39:29.000000000 +0300
+++ lib/stdio.in.h	2012-12-08 23:01:59.570142449 +0400
@@ -162,7 +162,6 @@
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@