summarylogtreecommitdiffstats
path: root/libiconv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libiconv.patch')
-rw-r--r--libiconv.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libiconv.patch b/libiconv.patch
deleted file mode 100644
index f14e4c5da884..000000000000
--- a/libiconv.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- libiconv-1.14/srclib/stdio.in.h.orig 2015-07-20 12:35:55.202286213 +0100
-+++ libiconv-1.14/srclib/stdio.in.h 2015-07-20 12:36:05.922285829 +0100
-@@ -1007,8 +1007,10 @@
- /* 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 defined(__GLIBC__) && !defined(__UCLIBC__) && !__GLIBC_PREREQ(2, 16)
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif
-
-
- #if 0 || 0