mirror of git://sourceware.org/git/glibc.git
Use correct implementation for dl-fxstatat64 on sparc64.
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
This commit is contained in:
parent
5f0bdb1894
commit
10f62770e1
|
@ -1,5 +1,7 @@
|
||||||
2012-03-13 David S. Miller <davem@davemloft.net>
|
2012-03-13 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
|
* sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
|
||||||
'err' in the ifdef scope in which it is actually used.
|
'err' in the ifdef scope in which it is actually used.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
/* In this implementation we do not really care whether the call fails
|
||||||
|
because of missing kernel support since we do not even call the
|
||||||
|
function in this case. */
|
||||||
|
#undef __ASSUME_ATFCTS
|
||||||
|
#define __ASSUME_ATFCTS 1
|
||||||
|
#include "fxstatat.c"
|
Loading…
Reference in New Issue