strace/tests/lstat.c
Dmitry V. Levin 0c8853c3c3 tests: include tests.h instead of config.h
Automatically edit tests/*.c files using the following perl one-liner:

perl -0777 -pi -e \
's/#ifdef HAVE_CONFIG_H\n# include "config\.h"\n#endif\n*/#include "tests.h"\n/' \
tests/*.c
2016-01-05 23:17:11 +00:00

11 lines
201 B
C

#include "tests.h"
#include <sys/syscall.h>
#undef TEST_SYSCALL_NAME
#ifdef __NR_lstat
# define TEST_SYSCALL_NAME lstat
# define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
#endif
#include "lstatx.c"