blob: 0facc3f5c3167301a85cd87e6030f54bd54448ce [file] [log] [blame]
Dmitry V. Levinb0e61152015-12-02 01:02:39 +00001#ifdef HAVE_CONFIG_H
2# include "config.h"
3#endif
4
5#include <sys/syscall.h>
6
Dmitry V. Levincc2baf32015-12-05 00:01:56 +00007#undef TEST_SYSCALL_NAME
Dmitry V. Levinb0e61152015-12-02 01:02:39 +00008#ifdef __NR_fstatat64
Dmitry V. Levincc2baf32015-12-05 00:01:56 +00009# define TEST_SYSCALL_NAME fstatat64
Dmitry V. Levinb0e61152015-12-02 01:02:39 +000010#endif
11
12#include "fstatat.c"