mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-20 05:19:21 +08:00
7 lines
64 B
C
7 lines
64 B
C
|
/* default pagesize */
|
||
|
int __getpagesize ()
|
||
|
{
|
||
|
return 4096;
|
||
|
}
|
||
|
|