blob: 592ba2e2b48874d11f3125fc6914f2287eabc5b8 [file] [log] [blame]
Dmitry V. Levin144a9db2015-12-05 00:03:49 +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_stat64
9# define TEST_SYSCALL_NAME stat64
10# define STRUCT_STAT struct stat64
11# define SAMPLE_SIZE ((libc_off_t) 43147718418)
12#endif
13
14#include "lstatx.c"