]> granicus.if.org Git - strace/blob - getpagesize.c
tests: add print_quoted_string_ex and print_quoted_memory_ex functions
[strace] / getpagesize.c
1 #include "defs.h"
2
3 SYS_FUNC(getpagesize)
4 {
5         return RVAL_DECODED | RVAL_HEX;
6 }