diff options
Diffstat (limited to 'main/m4/gnulib-uclibc.patch')
-rw-r--r-- | main/m4/gnulib-uclibc.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/m4/gnulib-uclibc.patch b/main/m4/gnulib-uclibc.patch deleted file mode 100644 index 09775d6b1..000000000 --- a/main/m4/gnulib-uclibc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/spawn.in.h b/lib/spawn.in.h -index 84ba93c..6df4599 100644 ---- a/lib/spawn.in.h -+++ b/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 |