X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Fswscanf.c;h=03d572da1c3f2693fc30e56ec3794b35ce1a86ce;hb=7b384c42b73ca1a1e150b3f255990ec53cedec60;hp=1fe3c3d888d9842c1b76804ff99bf56c204ce280;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/swscanf.c b/src/stdio/swscanf.c index 1fe3c3d8..03d572da 100644 --- a/src/stdio/swscanf.c +++ b/src/stdio/swscanf.c @@ -1,4 +1,3 @@ -#include #include #include @@ -11,3 +10,5 @@ int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...) va_end(ap); return ret; } + +weak_alias(swscanf,__isoc99_swscanf);