blob: 1b315767f247d5d80d942786172fa52751501e5a [file] [log] [blame]
Dmitry V. Levin0c8853c2016-01-02 13:28:43 +00001#include "tests.h"
Dmitry V. Levinc8638272015-12-05 00:02:44 +00002#include <sys/syscall.h>
3
4#undef TEST_SYSCALL_NAME
5#ifdef __NR_fstat
6# define TEST_SYSCALL_NAME fstat
7# define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
8#endif
9
10#include "fstatx.c"