summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-10-13 10:37:11 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-10-13 10:37:11 +0300
commit573d25ff65f55009607ab14e8a28317dd4055715 (patch)
tree796f73d7cd609b2514e33d955804793735690bd1
parent9d4996b87036144e31ae6303c6016cf738072b25 (diff)
downloadutil-linux-old-573d25ff65f55009607ab14e8a28317dd4055715.tar.gz
Remove gets from gnulib
-rw-r--r--gnulib/stdio.in.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnulib/stdio.in.h b/gnulib/stdio.in.h
index ce00af57..13278084 100644
--- a/gnulib/stdio.in.h
+++ b/gnulib/stdio.in.h
@@ -699,25 +699,6 @@ _GL_WARN_ON_USE (getline, "getline is unportable - "
# endif
#endif
-#if @GNULIB_GETS@
-# if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@
-# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
-# undef gets
-# define gets rpl_gets
-# endif
-_GL_FUNCDECL_RPL (gets, char *, (char *s) _GL_ARG_NONNULL ((1)));
-_GL_CXXALIAS_RPL (gets, char *, (char *s));
-# else
-_GL_CXXALIAS_SYS (gets, char *, (char *s));
-# undef gets
-# endif
-_GL_CXXALIASWARN (gets);
-/* 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. */
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-#endif
-
#if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
struct obstack;