diff options
author | Petr Baudis <pasky@ucw.cz> | 2010-11-16 03:26:19 +0100 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2010-11-16 04:15:35 +0100 |
commit | 8bddf3f453ce1b6f6591825846437d6cb55f7b4c (patch) | |
tree | 044f484eabdfd1a7109c9a4c14f9ebac32275405 /include | |
parent | fd5ba40413efc0c95c0754341a76ada944aa1d5f (diff) | |
download | glibc-pasky/fixes.zip glibc-pasky/fixes.tar.gz glibc-pasky/fixes.tar.bz2 |
Fix fstat() not trying to call fxstat64() on sparc64pasky/fixes
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.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions