]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Improve 64-bit build
authorAndreas Schwab <schwab@redhat.com>
Thu, 16 Jun 2011 01:46:20 +0000 (21:46 -0400)
committerAndreas Schwab <schwab@redhat.com>
Thu, 16 Jun 2011 08:46:18 +0000 (10:46 +0200)
An imperfect version of fxstatat64 was used in ld.so.
(cherry picked from commit ee22793dd0b6c6bcbf341b5324da1af83d07dd13)

ChangeLog
sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c [new file with mode: 0644]

index 61655f2f1976b99472d09848499be5b1a3ee7e45..a08e0e1dcb1ee140007e123a681fb7cb7e2ac7dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-14  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
+
 2011-06-14  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
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 (file)
index 0000000..339e5f4
--- /dev/null
@@ -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"