From: David S. Miller Date: Tue, 4 Jan 2011 20:13:05 +0000 (-0800) Subject: sparc64: Use i386 implementation for fxstat. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b62ea76dbef0f0d5528bc249439dfaa0236d2be;p=thirdparty%2Fglibc.git 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) --- diff --git a/ChangeLog b/ChangeLog index 9413d111b48..2a686a9280c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-04 David S. Miller + + [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 [BZ #12348] diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c index 6b374777b8b..e328ccbab08 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"