Dmitry V. Levin | dcc6660 | 2016-04-19 17:34:00 +0000 | [diff] [blame] | 1 | #include "tests.h" |
2 | #include <sys/syscall.h> | ||||
3 | |||||
4 | #ifdef __NR_getresuid32 | ||||
5 | |||||
6 | # define SYSCALL_NR __NR_getresuid32 | ||||
7 | # define SYSCALL_NAME "getresuid32" | ||||
8 | # define UGID_TYPE int | ||||
9 | # include "getresugid.c" | ||||
10 | |||||
11 | #else | ||||
12 | |||||
13 | SKIP_MAIN_UNDEFINED("__NR_getresuid32") | ||||
14 | |||||
15 | #endif |