]> granicus.if.org Git - strace/blob - getpagesize.c
xlat: update V4L2_CID_* constants
[strace] / getpagesize.c
1 #include "defs.h"
2
3 SYS_FUNC(getpagesize)
4 {
5         return RVAL_DECODED | RVAL_HEX;
6 }