android13/external/strace/getpagesize.c

7 lines
78 B
C

#include "defs.h"
SYS_FUNC(getpagesize)
{
return RVAL_DECODED | RVAL_HEX;
}