]> granicus.if.org Git - strace/blob - getpagesize.c
tests: fix potentially unbound variable in kernel_version_code
[strace] / getpagesize.c
1 #include "defs.h"
2
3 SYS_FUNC(getpagesize)
4 {
5         return RVAL_DECODED | RVAL_HEX;
6 }