On 01/08/2013 09:33 PM, Paul Eggert wrote:
Thanks for the diagnosis. Does the following patch fix that
problem for you? I hope it's closer to the "right" solution.
It does, thank you.
I've checked Solaris 2.6,7 and 9 and it ensures that gnulib <stdlib.h>
is parsed last as expected.
stdlib: port to Solaris 2.6 and 7
IMHO that is somewhat inaccurate.
The issue of include order is present on Solaris < 10 but causes a build
error only on Solaris 2.6.
It worked on Solaris 7 through 9 only by accident (compatible protoypes).
-tgc