blob: 71a51ccd8afb51a36f8e75af94d5bc35035ac89d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <kernel-features.h>
#include "../../i386/xstat.c"
#ifdef __NR_stat64
# if __ASSUME_STAT64_SYSCALL == 0
/* The variable is shared between all wrappers around *stat{,64} calls. */
int __have_no_stat64;
# endif
#endif
|