remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / fstatat.c
index 74c51cf..0450637 100644 (file)
@@ -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