Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
ea7b9dbcbdc5b23f3db12a50c3456502fbed5138
/
.
/
tests
/
chown32.c
blob: 5e590a80c302d434bf903aacf36fea19e2488a75 [
file
] [
log
] [
blame
]
#include
"tests.h"
#include
<sys/syscall.h>
#ifdef
__NR_chown32
# define SYSCALL_NR __NR_chown32
# define SYSCALL_NAME "chown32"
# include "xchownx.c"
#else
SKIP_MAIN_UNDEFINED
(
"__NR_chown32"
)
#endif