summaryrefslogtreecommitdiff
path: root/packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch')
-rw-r--r--packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch b/packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch
deleted file mode 100644
index c9475f7..0000000
--- a/packages/gettext/0.19.7/0004-Fix-Cygwin-sys-select-2.patch
+++ /dev/null
@@ -1,30 +0,0 @@
----
- gettext-tools/gnulib-lib/sys_select.in.h | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
---- a/gettext-tools/gnulib-lib/sys_select.in.h
-+++ b/gettext-tools/gnulib-lib/sys_select.in.h
-@@ -82,8 +82,8 @@
- Also, Mac OS X, AIX, HP-UX, IRIX, Solaris, Interix declare select()
- in <sys/time.h>.
- But avoid namespace pollution on glibc systems and "unknown type
-- name" problems on Cygwin. */
--# if !(defined __GLIBC__ || defined __CYGWIN__)
-+ name" problems on newlib systems. */
-+# if !(defined __GLIBC__ || defined __NEWLIB__)
- # include <sys/time.h>
- # endif
-
-@@ -102,10 +102,10 @@
-
- /* Get definition of 'sigset_t'.
- But avoid namespace pollution on glibc systems and "unknown type
-- name" problems on Cygwin.
-+ name" problems on newlib systems..
- Do this after the include_next (for the sake of OpenBSD 5.0) but before
- the split double-inclusion guard (for the sake of Solaris). */
--#if !((defined __GLIBC__ || defined __CYGWIN__) && !defined __UCLIBC__)
-+#if !((defined __GLIBC__ || defined __NEWLIB__) && !defined __UCLIBC__)
- # include <signal.h>
- #endif
-