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