X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fvswscanf.c;h=00b614bc2f5af24079ebd4f9a793e92090b26647;hb=e95538fa07d2b460b25ee6c2fef05f820888776d;hp=7a2f7c7a98705c91a462c0bfbb3a029ae7d436f8;hpb=c6d441e3a246370d9c459396ec22b096db93850e;p=musl diff --git a/src/stdio/vswscanf.c b/src/stdio/vswscanf.c index 7a2f7c7a..00b614bc 100644 --- a/src/stdio/vswscanf.c +++ b/src/stdio/vswscanf.c @@ -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);