summaryrefslogtreecommitdiff
path: root/package/gettext/patches/patch-gettext-tools_gnulib-lib_spawn_in_h
blob: 4497be8f5c1208121e8744cbb5d243edeb2b2eef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gettext-0.18.1.1.orig/gettext-tools/gnulib-lib/spawn.in.h	2010-05-24 11:42:46.000000000 +0200
+++ gettext-0.18.1.1/gettext-tools/gnulib-lib/spawn.in.h	2011-02-04 19:21:02.000000000 +0100
@@ -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