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