diff options
Diffstat (limited to 'main/gettext/gettext-uclibc.patch')
-rw-r--r-- | main/gettext/gettext-uclibc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/gettext/gettext-uclibc.patch b/main/gettext/gettext-uclibc.patch deleted file mode 100644 index d797c1cd9..000000000 --- a/main/gettext/gettext-uclibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gettext-tools/gnulib-lib/spawn.in.h.orig -+++ ./gettext-tools/gnulib-lib/spawn.in.h -@@ -31,7 +31,7 @@ - - /* Get definitions of 'struct sched_param' and 'sigset_t'. - But avoid namespace pollution on glibc systems. */ --#ifndef __GLIBC__ -+#if !defined(__GLIBC__) || defined(__UCLIBC__) - # include <sched.h> - # include <signal.h> - #endif |