bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] spawn.h: fix header inclusion for uClibc systems


From: Bruno Haible
Subject: Re: [PATCH] spawn.h: fix header inclusion for uClibc systems
Date: Sun, 21 Nov 2010 01:41:29 +0100
User-agent: KMail/1.9.9

Mike Frysinger wrote:
> --- a/lib/spawn.in.h
> +++ b/lib/spawn.in.h
> @@ -32,7 +32,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

Thanks for the patch. I added an equivalent patch as part of the big
commit that handled all occurrences of __GLIBC__.

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]