Dmitry V. Levin | f559a87 | 2016-04-15 23:03:29 +0000 | [diff] [blame] | 1 | #include "tests.h" |
2 | #include <sys/syscall.h> | ||||
3 | |||||
4 | #ifdef __NR_chown32 | ||||
5 | |||||
6 | # define SYSCALL_NR __NR_chown32 | ||||
7 | # define SYSCALL_NAME "chown32" | ||||
8 | # include "xchownx.c" | ||||
9 | |||||
10 | #else | ||||
11 | |||||
12 | SKIP_MAIN_UNDEFINED("__NR_chown32") | ||||
13 | |||||
14 | #endif |