remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / fstat.c
index 27db0cc..fd28b8a 100644 (file)
@@ -11,7 +11,3 @@ int __fstat(int fd, struct stat *st)
 }
 
 weak_alias(__fstat, fstat);
-
-#if !_REDIR_TIME64
-weak_alias(fstat, fstat64);
-#endif