2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / xstat.c
blob71a51ccd8afb51a36f8e75af94d5bc35035ac89d
1 #include <kernel-features.h>
3 #include "../../i386/xstat.c"
5 #ifdef __NR_stat64
6 # if __ASSUME_STAT64_SYSCALL == 0
7 /* The variable is shared between all wrappers around *stat{,64} calls. */
8 int __have_no_stat64;
9 # endif
10 #endif