blob: a47995cb69df7f922699b1c719ba51cba16ffa80 [file] [log] [blame]
#include <unistd.h>
#include "libc.h"
int getpagesize(void)
{
return PAGE_SIZE;
}