Sign in
mojo
/
mojo-tools
/
0a6dbd2c6d08949c6186101852186864a1de9fd2
/
.
/
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
;
}