blob: 5e590a80c302d434bf903aacf36fea19e2488a75 [file] [log] [blame]
Dmitry V. Levinf559a872016-04-15 23:03:29 +00001#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
12SKIP_MAIN_UNDEFINED("__NR_chown32")
13
14#endif