blob: e64cf08513c9f3b954d2f2d3141a881c57319bea [file] [log] [blame]
Dmitry V. Levinc8638272015-12-05 00:02:44 +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_fstat64
9# define TEST_SYSCALL_NAME fstat64
10# define STRUCT_STAT struct stat64
11# define SAMPLE_SIZE ((libc_off_t) 43147718418)
12#endif
13
14#include "fstatx.c"