blob: 44913d36d11a5dd373819387972bfcc3970a61fe [file] [log] [blame]
#include "tests.h"
#include <sys/syscall.h>
#undef TEST_SYSCALL_NAME
#ifdef __NR_fstat64
# define TEST_SYSCALL_NAME fstat64
# define STRUCT_STAT struct stat64
# define SAMPLE_SIZE ((libc_off_t) 43147718418)
#endif
#include "fstatx.c"