X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flocale%2Fwcscoll.c;h=20a60900e038658260ff91cecd615afa2b30ea8c;hb=e13a2b8953ef;hp=95a4ca74e9b86ce1ac73018d0b318f92f9861ca0;hpb=4b0306c83c8c3614afbaf18a18e22d24f335ea04;p=musl diff --git a/src/locale/wcscoll.c b/src/locale/wcscoll.c index 95a4ca74..20a60900 100644 --- a/src/locale/wcscoll.c +++ b/src/locale/wcscoll.c @@ -10,7 +10,7 @@ int __wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) int wcscoll(const wchar_t *l, const wchar_t *r) { - return __wcscoll_l(l, r, LC_GLOBAL_LOCALE); + return __wcscoll_l(l, r, 0); } weak_alias(__wcscoll_l, wcscoll_l);