We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948cadd commit 939f5a3Copy full SHA for 939f5a3
libcxx/include/__support/musl/xlocale.h
@@ -39,7 +39,7 @@ wcstoll_l(const wchar_t *__nptr, wchar_t **__endptr, int __base, locale_t) {
39
return ::wcstoll(__nptr, __endptr, __base);
40
}
41
42
-inline _LIBCPP_HIDE_FROM_ABI long long
+inline _LIBCPP_HIDE_FROM_ABI unsigned long long
43
wcstoull_l(const wchar_t *__nptr, wchar_t **__endptr, int __base, locale_t) {
44
return ::wcstoull(__nptr, __endptr, __base);
45
0 commit comments