X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstat%2Ffstatat.c;h=04506375d897af5bd132bdd6e332997b5df789bc;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=74c51cf5be2a8a7ba9c2aa14ea2ae5ea220bad6e;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl diff --git a/src/stat/fstatat.c b/src/stat/fstatat.c index 74c51cf5..04506375 100644 --- a/src/stat/fstatat.c +++ b/src/stat/fstatat.c @@ -151,7 +151,3 @@ int __fstatat(int fd, const char *restrict path, struct stat *restrict st, int f } weak_alias(__fstatat, fstatat); - -#if !_REDIR_TIME64 -weak_alias(fstatat, fstatat64); -#endif