]> granicus.if.org Git - strace/blob - tests/chown32.c
tests: add a list of executables without side effects
[strace] / tests / chown32.c
1 #include "tests.h"
2 #include <asm/unistd.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
12 SKIP_MAIN_UNDEFINED("__NR_chown32")
13
14 #endif