X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=compat%2Ftime32%2Flstat_time32.c;h=28cb5a0b98add458755def7bde8a0a4c7dfdd26d;hb=26c76a908b8613ea8a77d40f3bd51b02f984501c;hp=c1257a1449a69baa03638070c81d900b8d629c9f;hpb=c0450320940c8c45f3847f2d0a22c0ebc545b291;p=musl diff --git a/compat/time32/lstat_time32.c b/compat/time32/lstat_time32.c index c1257a14..28cb5a0b 100644 --- a/compat/time32/lstat_time32.c +++ b/compat/time32/lstat_time32.c @@ -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);