X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fvwscanf.c;h=5a3931e1918d43df50fb7730ca18e31c69a3867f;hb=4554f155dd23a65fcdfd39f1d5af8af55ba37694;hp=9297cf0d9455c183ee42fdb5d9c23f0081361fc9;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/vwscanf.c b/src/stdio/vwscanf.c index 9297cf0d..5a3931e1 100644 --- a/src/stdio/vwscanf.c +++ b/src/stdio/vwscanf.c @@ -6,3 +6,5 @@ int vwscanf(const wchar_t *restrict fmt, va_list ap) { return vfwscanf(stdin, fmt, ap); } + +weak_alias(vwscanf,__isoc99_vwscanf);