This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PPC should use stat64 syscall


PPC is the only 32-bit platform that does not try to use the stat64
syscall, giving spurious errors with newer kernels.

Andreas.

2004-03-02  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c: New file.

--- /dev/null	2004-02-14 19:41:02.000000000 +0100
+++ sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c	2000-01-19 04:52:16.000000000 +0100
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fxstat.c>
--- /dev/null	2004-02-14 19:41:02.000000000 +0100
+++ sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c	2000-01-19 04:52:32.000000000 +0100
@@ -0,0 +1,2 @@
+#include <sysdeps/unix/sysv/linux/i386/lxstat.c>
+
--- /dev/null	2004-02-14 19:41:02.000000000 +0100
+++ sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c	2000-01-19 04:52:47.000000000 +0100
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/xstat.c>

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]