about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-01-04 12:13:05 -0800
committerPetr Baudis <pasky@suse.cz>2011-02-03 17:26:32 +0100
commit0b62ea76dbef0f0d5528bc249439dfaa0236d2be (patch)
tree2f4c383317d471ffe1bb18f3cc2fa9777e271be5 /sysdeps/unix/sysv/linux/sparc
parent73c7d579597df7ccad82fbc231ad15b507a7db72 (diff)
downloadglibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.tar.gz
glibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.tar.xz
glibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.zip
sparc64: Use i386 implementation for fxstat.
This was simply missed when Jakub converted all of the
other sparc64 xstat cases.

(cherry picked from commit 16c2895feabae0962e0eba2b9164c6a83014bfe4)
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
index 6b374777b8..e328ccbab0 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
@@ -1 +1 @@
-#include "../../fxstat.c"
+#include "../../i386/fxstat.c"