summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c
blob: 9f4c02c78b8795e0b72b9edc23a082a3d4b69f61 (plain)
1
2
3
4
5
6
7
8
#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