Add Changelog ...
[glibc.git] / sysdeps / unix / sysv / linux / alpha / dl-fxstatat64.c
blob41e83bcf1193f3db8d787963ed00ae7d786e0e24
1 /* In this implementation we do not really care whether the call fails
2 because of missing kernel support since we do not even call the
3 function in this case. */
4 /* For Alpha, in <kernel-features.h> we redefine the default definition of
5 when __ASSUME_ATFCTS is present. The hack must wait until after that. */
6 #include <kernel-features.h>
7 #undef __ASSUME_ATFCTS
8 #define __ASSUME_ATFCTS 1
9 #include "fxstatat.c"