fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / fscanf.c
index ff6c776..f639e11 100644 (file)
@@ -10,3 +10,5 @@ int fscanf(FILE *restrict f, const char *restrict fmt, ...)
        va_end(ap);
        return ret;
 }
+
+weak_alias(fscanf, __isoc99_fscanf);