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 5667be1 commit 3f43ea9Copy full SHA for 3f43ea9
libc-top-half/musl/src/internal/locale_impl.h
@@ -64,7 +64,7 @@ hidden char *__gettextdomain(void);
64
&libc.current_locale; \
65
}))
66
67
-#define CURRENT_UTF8 (!!libc.global_locale.cat[LC_CTYPE])
+#define CURRENT_UTF8 (!!CURRENT_LOCALE->cat[LC_CTYPE])
68
#endif
69
70
#undef MB_CUR_MAX
0 commit comments