X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=compat%2Ftime32%2Ffstat_time32.c;h=e5d52022d6ae1134da0066a0b1ca988bdf0aca7a;hb=d055e6a45a17673b8dd3ec16e786bb2fe1700dd5;hp=3e084398879b6e62327bbdc6f724c9f5e310e3fc;hpb=c0450320940c8c45f3847f2d0a22c0ebc545b291;p=musl diff --git a/compat/time32/fstat_time32.c b/compat/time32/fstat_time32.c index 3e084398..e5d52022 100644 --- a/compat/time32/fstat_time32.c +++ b/compat/time32/fstat_time32.c @@ -13,5 +13,3 @@ int __fstat_time32(int fd, struct stat32 *restrict st32) if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); return r; } - -weak_alias(fstat, fstat64);