remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / compat / time32 / lstat_time32.c
index c1257a1..28cb5a0 100644 (file)
@@ -13,5 +13,3 @@ int __lstat_time32(const char *restrict path, struct stat32 *restrict st32)
        if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim));
        return r;
 }
-
-weak_alias(lstat, lstat64);