Fred Drake 145f96eb36 my_getpagesize(): New function; returns the size of a page of memory.
Versions are defined for Windows and Unix; the Unix
                   flavor uses sysconf() to get the page size; this avoids
                   the use of getpagesize(), which is deprecated and
                   requires an additional library on some platforms
                   (specifically, Reliant UNIX).

This partially closes SourceForge bug #113797.
2000-10-01 17:50:46 +00:00
..
2000-06-30 16:09:01 +00:00
2000-07-01 00:16:13 +00:00
2000-08-01 22:47:49 +00:00
2000-07-26 03:56:06 +00:00