remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
[musl] / compat / time32 / stat_time32.c
index 8c6121d..b154b0f 100644 (file)
@@ -13,5 +13,3 @@ int __stat_time32(const char *restrict path, struct stat32 *restrict st32)
        if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim));
        return r;
 }
-
-weak_alias(stat, stat64);