mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
12 lines
343 B
Diff
12 lines
343 B
Diff
--- ./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
|