Sign in
android
/
platform
/
external
/
strace
/
b65e7a8b16e6edd4c1591d9f94d36eec9cfe3ea0
/
.
/
tests
/
lchown32.c
blob: 29cb01dba4f1551db09da97602c9c4419805eae9 [
file
] [
log
] [
blame
]
#include
"tests.h"
#include
<asm/unistd.h>
#ifdef
__NR_lchown32
# define SYSCALL_NR __NR_lchown32
# define SYSCALL_NAME "lchown32"
# include "xchownx.c"
#else
SKIP_MAIN_UNDEFINED
(
"__NR_lchown32"
)
#endif