blob: 758a906cb899e44a1f82dd8f0ba34b6f4b1a67d9 [file] [log] [blame]
#include "tests.h"
#include <sys/syscall.h>
#undef TEST_SYSCALL_NAME
#ifdef __NR_stat64
# define TEST_SYSCALL_NAME stat64
# define STRUCT_STAT struct stat64
# define SAMPLE_SIZE ((libc_off_t) 43147718418)
#endif
#include "lstatx.c"