mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Improve 64-bit build
An imperfect version of fxstatat64 was used in ld.so.
This commit is contained in:
parent
77fb911743
commit
ee22793dd0
@ -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-15 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* Makeconfig: Define vardbdir and inst_vardbdir.
|
||||
|
6
sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
Normal file
6
sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
Normal file
@ -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
Block a user