X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flocale%2Fwctype_l.c;h=601bab37d163fa88544ac11e4557d658c8bb92f0;hb=4350935ca4521b647472b8c18053325e07541ba1;hp=01f9c67f416e17217cdd4c1a28b8b9e0dfaf9968;hpb=a512c7d8496d587281a1da41adc02c7785339429;p=musl diff --git a/src/locale/wctype_l.c b/src/locale/wctype_l.c index 01f9c67f..601bab37 100644 --- a/src/locale/wctype_l.c +++ b/src/locale/wctype_l.c @@ -1,6 +1,9 @@ #include +#include "libc.h" wctype_t wctype_l(const char *s, locale_t l) { return wctype(s); } + +weak_alias(wctype_l, __wctype_l);