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