X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffwscanf.c;h=530bb7c7eaa5758a259125a1d9394f70dc78e5fe;hb=1d5750b95c06913a1f18a995481276d698d20fae;hp=2f30dab4718dfa7357f4665ff4d31d542f7b9424;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/fwscanf.c b/src/stdio/fwscanf.c index 2f30dab4..530bb7c7 100644 --- a/src/stdio/fwscanf.c +++ b/src/stdio/fwscanf.c @@ -11,3 +11,5 @@ int fwscanf(FILE *restrict f, const wchar_t *restrict fmt, ...) va_end(ap); return ret; } + +weak_alias(fwscanf,__isoc99_fwscanf);