From: Andreas Schwab Date: Mon, 8 Feb 2010 13:50:22 +0000 (+0100) Subject: Fix fstat on Linux/sparc64 X-Git-Tag: fedora/glibc-2.11.90-12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=addc93c31a036e8eda37d863a6b6c63dd8d73fd8;p=thirdparty%2Fglibc.git Fix fstat on Linux/sparc64 --- diff --git a/ChangeLog b/ChangeLog index 0c07815ecbe..c5ba42c712a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-08 Andreas Schwab + + [BZ #11155] + * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Include i386 + version. + 2010-02-05 H.J. Lu [BZ #11230] 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"