]> granicus.if.org Git - strace/blob - getpagesize.c
prctl: add decoding of PR_SVE_SET_VL and PR_SVE_GET_VL commands
[strace] / getpagesize.c
1 #include "defs.h"
2
3 SYS_FUNC(getpagesize)
4 {
5         return RVAL_DECODED | RVAL_HEX;
6 }