]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / xstat.c
CommitLineData
0ecb606c
JJ
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. */
6int __have_no_stat64;
7# endif
8#endif