]> granicus.if.org Git - strace/blob - tests/lchown32.c
tests: check decoding of lchown32 syscall
[strace] / tests / lchown32.c
1 #include "tests.h"
2 #include <sys/syscall.h>
3
4 #ifdef __NR_lchown32
5
6 # define SYSCALL_NR __NR_lchown32
7 # define SYSCALL_NAME "lchown32"
8 # include "xchownx.c"
9
10 #else
11
12 SKIP_MAIN_UNDEFINED("__NR_lchown32")
13
14 #endif