summaryrefslogtreecommitdiff
path: root/gnu/stdio.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/stdio.in.h')
-rw-r--r--gnu/stdio.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/stdio.in.h b/gnu/stdio.in.h
index 88b368b..c157c3d 100644
--- a/gnu/stdio.in.h
+++ b/gnu/stdio.in.h
@@ -138,8 +138,10 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
/* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
+#if HAVE_RAW_DECL_GETS
#undef gets
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@