Adjust for recent input file changes.
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / xstat.c
1 #include "../../i386/xstat.c"
2
3 #ifdef __NR_stat64
4 # if __ASSUME_STAT64_SYSCALL == 0
5 /* The variable is shared between all wrappers around *stat{,64} calls.  */
6 int __have_no_stat64;
7 # endif
8 #endif