Dmitry V. Levin | 0c8853c | 2016-01-02 13:28:43 +0000 | [diff] [blame^] | 1 | #include "tests.h" |
Dmitry V. Levin | 144a9db | 2015-12-05 00:03:49 +0000 | [diff] [blame] | 2 | #include <sys/syscall.h> |
3 | |||||
4 | #undef TEST_SYSCALL_NAME | ||||
5 | #ifdef __NR_stat64 | ||||
6 | # define TEST_SYSCALL_NAME stat64 | ||||
7 | # define STRUCT_STAT struct stat64 | ||||
8 | # define SAMPLE_SIZE ((libc_off_t) 43147718418) | ||||
9 | #endif | ||||
10 | |||||
11 | #include "lstatx.c" |