about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-01-04 12:13:05 -0800
committerDavid S. Miller <davem@davemloft.net>2011-01-04 12:22:41 -0800
commit16c2895feabae0962e0eba2b9164c6a83014bfe4 (patch)
tree593e93c597f05ec7df47f441d1aa0580129a4286 /sysdeps
parent2543fef229599e8a6e4feeea65ca2dd3f984154f (diff)
downloadglibc-16c2895feabae0962e0eba2b9164c6a83014bfe4.tar.gz
glibc-16c2895feabae0962e0eba2b9164c6a83014bfe4.tar.xz
glibc-16c2895feabae0962e0eba2b9164c6a83014bfe4.zip
sparc64: Use i386 implementation for fxstat.
This was simply missed when Jakub converted all of the
other sparc64 xstat cases.
Diffstat (limited to 'sysdeps')
-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"