fix wide printf forms ignoring width for %lc format specifier
[musl] / compat / time32 / fstat_time32.c
index 3e08439..e5d5202 100644 (file)
@@ -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);