Dmitry V. Levin
0c8853c3c3
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
11 lines
201 B
C
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"
|