aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-06-15 21:46:20 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-15 21:46:20 -0400
commitee22793dd0b6c6bcbf341b5324da1af83d07dd13 (patch)
tree59e58ccd1818a62b39d316ed95b525128c51d7ba /sysdeps/unix/sysv/linux/wordsize-64
parent77fb9117432a754388c52f6eb06c60a828975350 (diff)
downloadglibc-ee22793dd0b6c6bcbf341b5324da1af83d07dd13.zip
glibc-ee22793dd0b6c6bcbf341b5324da1af83d07dd13.tar.gz
glibc-ee22793dd0b6c6bcbf341b5324da1af83d07dd13.tar.bz2
Improve 64-bit build
An imperfect version of fxstatat64 was used in ld.so.
Diffstat (limited to 'sysdeps/unix/sysv/linux/wordsize-64')
-rw-r--r--sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c6
1 files changed, 6 insertions, 0 deletions
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 0000000..339e5f4
--- /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"