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 9912236 commit 2ae01b0Copy full SHA for 2ae01b0
system/lib/libcxx/include/__locale_dir/locale_base_api.h
@@ -127,7 +127,9 @@
127
// (by providing global non-reserved names) and the new API. As we move individual platforms
128
// towards the new way of defining the locale base API, this should disappear since each platform
129
// will define those directly.
130
-# if defined(_AIX) || defined(__MVS__)
+# if defined(__EMSCRIPTEN__)
131
+# include <xlocale.h>
132
+# elif defined(_AIX) || defined(__MVS__)
133
# include <__locale_dir/locale_base_api/ibm.h>
134
# elif defined(__ANDROID__)
135
# include <__locale_dir/locale_base_api/android.h>
0 commit comments