diff options
author | David S. Miller <davem@davemloft.net> | 2011-01-04 12:13:05 -0800 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2011-02-03 17:26:32 +0100 |
commit | 0b62ea76dbef0f0d5528bc249439dfaa0236d2be (patch) | |
tree | 2f4c383317d471ffe1bb18f3cc2fa9777e271be5 /sysdeps | |
parent | 73c7d579597df7ccad82fbc231ad15b507a7db72 (diff) | |
download | glibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.tar.gz glibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.tar.xz glibc-0b62ea76dbef0f0d5528bc249439dfaa0236d2be.zip |
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)
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c index 6b374777b8..e328ccbab0 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" |