From 49783c67c02d1c74fbc628c138bee025592a2652 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Jan 2006 19:50:01 +0000 Subject: Adjust for recent input file changes. --- sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c') diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c b/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c index 27d700b133..9f4c02c78b 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c @@ -1 +1,8 @@ -#include "../../xstat.c" +#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 -- cgit v1.2.3