fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / vswscanf.c
index 7a2f7c7..00b614b 100644 (file)
@@ -34,3 +34,5 @@ int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap)
        };
        return vfwscanf(&f, fmt, ap);
 }
+
+weak_alias(vswscanf,__isoc99_vswscanf);