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 1a7e581 commit 5669597Copy full SHA for 5669597
system/lib/libcxx/include/__config
@@ -909,7 +909,7 @@ typedef unsigned int char32_t;
909
910
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
911
// Most unix variants have catopen. These are the specific ones that don't.
912
-# if !defined(__BIONIC__) && !defined(_NEWLIB_VERSION)
+# if !defined(__BIONIC__) && !defined(_NEWLIB_VERSION) && !defined(__EMSCRIPTEN__) // XXX EMSCRIPTEN catopen always returns -1
913
# define _LIBCPP_HAS_CATOPEN 1
914
# endif
915
#endif
0 commit comments