This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix bootstrap on Solaris 2.5.1
Eric Botcazou wrote:
>>That definition also needs to be changed from long to int accordingly.
>
> I presume it's safe to do so (even for 64-bit Windows)?
I think so. Windows doesn't use getpagesize(). As far as I know, this
function is only defined in libgcc to be used by GCC. So, it probably
doesn't really matter very much, and its probably a better idea this
conform to POSIX than just something arbitrary.
Aaron W. LaFramboise