blob: 4ffc7c9fe3c0a2b2f5fa02bd1238de1bf4b9698c [file] [log] [blame]
Dmitry V. Levin0c8853c2016-01-02 13:28:43 +00001#include "tests.h"
Dmitry V. Levin38e37682015-12-05 00:03:02 +00002#include <sys/syscall.h>
3
4#undef TEST_SYSCALL_NAME
5#ifdef __NR_lstat64
6# define TEST_SYSCALL_NAME lstat64
7# define STRUCT_STAT struct stat64
8# define SAMPLE_SIZE ((libc_off_t) 43147718418)
9#endif
10
11#include "lstatx.c"