From 0b62ea76dbef0f0d5528bc249439dfaa0236d2be Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 4 Jan 2011 12:13:05 -0800 Subject: [PATCH] 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) --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 2.47.2