Dmitry V. Levin | 96492b2 | 2016-04-17 22:24:41 +0000 | [diff] [blame] | 1 | #include "tests.h" |
2 | #include <sys/syscall.h> | ||||
3 | |||||
4 | #ifdef __NR_fchown32 | ||||
5 | |||||
6 | # define SYSCALL_NR __NR_fchown32 | ||||
7 | # define SYSCALL_NAME "fchown32" | ||||
8 | # define ACCESS_BY_DESCRIPTOR | ||||
9 | # include "xchownx.c" | ||||
10 | |||||
11 | #else | ||||
12 | |||||
13 | SKIP_MAIN_UNDEFINED("__NR_fchown32") | ||||
14 | |||||
15 | #endif |