X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=compat%2Ftime32%2Ffstatat_time32.c;h=31d42e63602f2419143bbb50003bcf88caee434b;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=85dcb008edf621076800d6d2dbed4afae7cb7250;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl diff --git a/compat/time32/fstatat_time32.c b/compat/time32/fstatat_time32.c index 85dcb008..31d42e63 100644 --- a/compat/time32/fstatat_time32.c +++ b/compat/time32/fstatat_time32.c @@ -13,5 +13,3 @@ int __fstatat_time32(int fd, const char *restrict path, struct stat32 *restrict if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); return r; } - -weak_alias(fstatat, fstatat64);