fix printf regression with alt-form octal, zero flag, and field width
[musl] / src / stdio / vfscanf.c
index 0091a8d..d4d2454 100644 (file)
@@ -328,3 +328,5 @@ match_fail:
        FUNLOCK(f);
        return matches;
 }
+
+weak_alias(vfscanf,__isoc99_vfscanf);