Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
legacy
/
getpagesize.c
blob: 0fc29ffcdf0f807431be882bbf7694c3ea97e6fc [
file
] [
log
] [
blame
]
#define
_GNU_SOURCE
#include
<unistd.h>
#include
"libc.h"
int
getpagesize
(
void
)
{
return
PAGE_SIZE
;
}