1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Make complete getcwd work in rtld

This commit is contained in:
Ulrich Drepper
2011-05-08 14:53:20 -04:00
parent 7fb90fb89b
commit 6fb2dde3f1
9 changed files with 93 additions and 35 deletions

View 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 "fxstatat64.c"