Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getpagesize.c « i386 « machine « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f80a7a38f875ff791d105e203ba6326e6e05ebf (plain)
1
2
3
4
5
6
/* default pagesize */
int __getpagesize ()
{
  return 4096;
}