bug-gnulib
[Top][All Lists]
Advanced

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

Re: Build errors on Solaris 2.6 & 7


From: Tom G. Christensen
Subject: Re: Build errors on Solaris 2.6 & 7
Date: Wed, 30 Jan 2013 23:13:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130108 Thunderbird/10.0.12

On 01/30/2013 09:17 AM, Paul Eggert wrote:
On 01/29/2013 08:34 AM, Tom G. Christensen wrote:
It breaks Solaris<  10.

OK, how about the attached patch instead?

It works. Thank you.

I tested on Solaris 2.6, 7, 9 & 10 and all get through running the testsuite.

Only one little nit, in sys_select.in.h there is a check using
__XOPEN_OR_POSIX but as I wrote earlier(1) this does not exist on Solaris < 10. On Solaris 10 it is just a shortcut to defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE) so just expanding it should make it correct for Solaris < 10 aswell.

-tgc

1) http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00118.html



reply via email to

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