From: David S. Miller Date: Tue, 13 Mar 2012 07:45:34 +0000 (-0700) Subject: Use correct implementation for dl-fxstatat64 on sparc64. X-Git-Tag: glibc-2.16-tps~819 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f62770e115d9f16a67a974f79fa9b100cf827b;p=thirdparty%2Fglibc.git Use correct implementation for dl-fxstatat64 on sparc64. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file. --- diff --git a/ChangeLog b/ChangeLog index 906df52dcd1..b11f82d24f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-03-13 David S. Miller + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file. + * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall 'err' in the ifdef scope in which it is actually used. diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c new file mode 100644 index 00000000000..339e5f4335a --- /dev/null +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c @@ -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"