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