patch-gettext-tools_gnulib-lib_spawn_in_h 445 B

1234567891011
  1. --- gettext-0.18.1.1.orig/gettext-tools/gnulib-lib/spawn.in.h 2010-05-24 11:42:46.000000000 +0200
  2. +++ gettext-0.18.1.1/gettext-tools/gnulib-lib/spawn.in.h 2011-02-04 19:21:02.000000000 +0100
  3. @@ -31,7 +31,7 @@
  4. /* Get definitions of 'struct sched_param' and 'sigset_t'.
  5. But avoid namespace pollution on glibc systems. */
  6. -#ifndef __GLIBC__
  7. +#if !defined(__GLIBC__) || defined(__UCLIBC__)
  8. # include <sched.h>
  9. # include <signal.h>
  10. #endif