2.5-18.1
[glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / xstat.c
blob9f4c02c78b8795e0b72b9edc23a082a3d4b69f61
1 #include "../../i386/xstat.c"
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