]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sparc64: Use i386 implementation for fxstat.
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jan 2011 20:13:05 +0000 (12:13 -0800)
committerPetr Baudis <pasky@suse.cz>
Thu, 3 Feb 2011 16:26:32 +0000 (17:26 +0100)
This was simply missed when Jakub converted all of the
other sparc64 xstat cases.

(cherry picked from commit 16c2895feabae0962e0eba2b9164c6a83014bfe4)

ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c

index 9413d111b484dfd383f6d0007192277d49ada02f..2a686a9280cf6ba6bbcde6ca5142378262fd702f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
+
+       [BZ #11155]
+       * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
+       implementation just like for lxstat, fxstatat, et al.
+
 2010-12-27  Jim Meyering  <meyering@redhat.com>
 
        [BZ #12348]
index 6b374777b8bd2c22ac6af02e8c97cb0741006065..e328ccbab08888a99ba0902ca3a2f950cb3798f9 100644 (file)
@@ -1 +1 @@
-#include "../../fxstat.c"
+#include "../../i386/fxstat.c"