remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / stat / stat.c
index ea70efc..23570e7 100644 (file)
@@ -5,7 +5,3 @@ int stat(const char *restrict path, struct stat *restrict buf)
 {
        return fstatat(AT_FDCWD, path, buf, 0);
 }
-
-#if !_REDIR_TIME64
-weak_alias(stat, stat64);
-#endif