+2001-03-07 John Hughes <john@Calva.COM>
+
+ * file.c: merge missing part of Harald Böhme's solaris patches,
+ was only declaring sys_{stat64,lstat64,fstat64} on linux!
+
2001-03-07 John Hughes <john@Calva.COM>
* svr4/dummy.h: fix multiple define warning on non LFS64 systems.
/*
+#ifdef linux
* Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl>
* Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
return 0;
}
-#ifdef linux
int
sys_stat64(tcp)
struct tcb *tcp;
#endif
}
+#ifdef linux
# if !defined(IA64)
int
sys_oldstat(tcp)
return 0;
}
-#ifdef linux
int
sys_fstat64(tcp)
struct tcb *tcp;
#endif
}
+#ifdef linux
# if !defined(IA64)
int
sys_oldfstat(tcp)
return 0;
}
-#ifdef linux
int
sys_lstat64(tcp)
struct tcb *tcp;
#endif
}
+#ifdef linux
# if !defined(IA64)
int
sys_oldlstat(tcp)