On Mon, 11 Aug 2003, Jakub Jelinek wrote:

> On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote:
> > @@ -1003,6 +993,8 @@
> >         break;
> >      }
> >
> > +    r128_drm_page_size = getpagesize();
> > +

> sysconf (_SC_PAGESIZE)
> is the standardized way of querying page size.

... but non-portable to pre-standard systems.  getpagesize() is provided
on all platforms by the loader server's core binary.  It is also available
in the static server for systems that don't provide it.  The one in libc
is used if provided.

Marc.

+----------------------------------+-----------------------------------+
|  Marc Aurele La France           |  work:   1-780-492-9310           |
|  Computing and Network Services  |  fax:    1-780-492-1729           |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]          |
|  University of Alberta           +-----------------------------------+
|  Edmonton, Alberta               |                                   |
|  T6G 2H1                         |     Standard disclaimers apply    |
|  CANADA                          |                                   |
+----------------------------------+-----------------------------------+
XFree86 Core Team member.  ATI driver and X server internals.

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to