]> granicus.if.org Git - strace/blob - tests/fstat64.c
44913d36d11a5dd373819387972bfcc3970a61fe
[strace] / tests / fstat64.c
1 #include "tests.h"
2 #include <sys/syscall.h>
3
4 #undef TEST_SYSCALL_NAME
5 #ifdef __NR_fstat64
6 # define TEST_SYSCALL_NAME fstat64
7 # define STRUCT_STAT struct stat64
8 # define SAMPLE_SIZE ((libc_off_t) 43147718418)
9 #endif
10
11 #include "fstatx.c"