1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

sparc64: Use i386 implementation for fxstat.

This was simply missed when Jakub converted all of the
other sparc64 xstat cases.
This commit is contained in:
David S. Miller
2011-01-04 12:13:05 -08:00
parent 2543fef229
commit 16c2895fea
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
#include "../../fxstat.c"
#include "../../i386/fxstat.c"