[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getpagesize mixup during build
- Date: Thu, 24 Sep 2009 08:09:02 -0400
- From: dufault at hda.com (Peter Dufault)
- Subject: getpagesize mixup during build
On Sep 24, 2009, at 7:47 , Ralf Corsepius wrote:
> What Peter is observing, actually a side-effect of a bug in newlib
> (wrong prototype for getpagesize), which has recently been fixed in
> upstream newlib.
Are you sure? Both my Mac and opengroup say that getpagesize()
returns an int.
I have to agree it's intuitive that it be a size_t.
Peter