]> granicus.if.org Git - strace/blob - tests/ugetrlimit.c
tests: check decoding of setrlimit, getrlimit, and ugetrlimit syscalls
[strace] / tests / ugetrlimit.c
1 #include "tests.h"
2 #include <sys/syscall.h>
3
4 #ifdef __NR_ugetrlimit
5
6 # define NR_GETRLIMIT   __NR_ugetrlimit
7 # define STR_GETRLIMIT  "ugetrlimit"
8 # include "xgetrlimit.c"
9
10 #else
11
12 SKIP_MAIN_UNDEFINED("__NR_ugetrlimit")
13
14 #endif