X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstat%2Ffstat.c;h=fd28b8ac405a5601bbfa6cdf5bb562f2f918053b;hb=d0b7f9768df133428b6587a5273551c56c46d6a6;hp=27db0ccbfa1453dadcde72ee2b978e7d8e61be94;hpb=05a55868ff0f42cfc8701c7977322aa4c8e1aca3;p=musl diff --git a/src/stat/fstat.c b/src/stat/fstat.c index 27db0ccb..fd28b8ac 100644 --- a/src/stat/fstat.c +++ b/src/stat/fstat.c @@ -11,7 +11,3 @@ int __fstat(int fd, struct stat *st) } weak_alias(__fstat, fstat); - -#if !_REDIR_TIME64 -weak_alias(fstat, fstat64); -#endif