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 6960bf5 commit 7b2137bCopy full SHA for 7b2137b
libcxx/include/__locale_dir/messages.h
@@ -22,7 +22,7 @@
22
23
# if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
24
// Most unix variants have catopen. These are the specific ones that don't.
25
-# if !defined(__BIONIC__) && !defined(_NEWLIB_VERSION) && !defined(__EMSCRIPTEN__)
+# if !defined(__BIONIC__) && !defined(_NEWLIB_VERSION) && !defined(__EMSCRIPTEN__) && !defined(__LLVM_LIBC__)
26
# define _LIBCPP_HAS_CATOPEN 1
27
# include <nl_types.h>
28
# else
0 commit comments