[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch #6758] Add support for Atari FreeMiNT OS
From: |
Bruno Haible |
Subject: |
Re: [patch #6758] Add support for Atari FreeMiNT OS |
Date: |
Sun, 1 Mar 2009 13:38:26 +0100 |
User-agent: |
KMail/1.9.9 |
Alan Hourihane wrote:
> In netdb.in.h we have....
>
> # ifndef EAI_INPROGRESS
>
> but in gai_strerror.c we have...
>
> #ifdef __USE_GNU
>
> Can we be consistent here and use
>
> #ifdef EAI_INPROGRESS in gai_strerror.c
This is Simon's domain. But yes, this would be consistent with the change
done on 2008-10-20.
> or modify netdb.h.in to use __USE_GNU ??
No, that was the state before 2008-10-20, and it was wrong.
Bruno