From ee22793dd0b6c6bcbf341b5324da1af83d07dd13 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Jun 2011 21:46:20 -0400 Subject: [PATCH] Improve 64-bit build An imperfect version of fxstatat64 was used in ld.so. --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c diff --git a/ChangeLog b/ChangeLog index e7bfbb88d6..01c0ac7872 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-06-14 Andreas Schwab + + * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file. + 2011-06-15 Ulrich Drepper * Makeconfig: Define vardbdir and inst_vardbdir. diff --git a/sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c new file mode 100644 index 0000000000..339e5f4335 --- /dev/null +++ b/sysdeps/unix/sysv/linux/wordsize-64/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"