blob: 2f4540211d14a45dab517f1bcdc1fc2084b33174 [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
7#undef FSTATAT_NAME
8#ifdef __NR_newfstatat
9# define FSTATAT_NAME "newfstatat"
10#endif
11
12#include "fstatat.c"