mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
6 lines
241 B
C
6 lines
241 B
C
/* 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>
|