blob: d759dd39b178712f84bd021a15dcb4077c2141de [file] [log] [blame]
Dmitry V. Levin38e37682015-12-05 00:03:02 +00001#ifdef HAVE_CONFIG_H
2# include "config.h"
3#endif
4
5#include <sys/syscall.h>
6
7#undef TEST_SYSCALL_NAME
8#ifdef __NR_lstat
9# define TEST_SYSCALL_NAME lstat
10# define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
11#endif
12
13#include "lstatx.c"