sparc64 fxstat implementation should follow the same code path as on
i386, first trying fxstat64() and falling back to fxstat() only when
it is not available. Otherwise, nanosecond times resolution will not
be available.
sparc64 is unlike other 64-bit architectures in that fxstat64() has
not been historically always available in the kernel.
Solution by hideaki@sogetthis.com.
+2010-11-16 Petr Baudis <pasky@suse.cz>
+
+ [BZ #11155]
+ * sysdeps/unis/sysv/linux/sparc/sparc64/fxstat.c: Use i386 fxstat
+ with support for fxstat64 instead of generic fxstat version.
+ Solution by hideaki@sogetthis.com.
+
2010-08-18 Mike Frysinger <vapier@gentoo.org>
[BZ #11929]
-#include "../../fxstat.c"
+#include <sysdeps/unix/sysv/linux/i386/fxstat.c>