[libcxx-commits] [libcxx] [libc++] Use Fuchsia futex operations (PR #133571)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 29 01:32:27 PDT 2025
================
@@ -19,7 +19,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
-#if defined(__linux__) || (defined(_AIX) && !defined(__64BIT__))
+#if defined(__linux__) || defined(__Fuchsia__) || (defined(_AIX) && !defined(__64BIT__))
----------------
philnik777 wrote:
Please don't modify the C++03 headers for now.
https://github.com/llvm/llvm-project/pull/133571
More information about the libcxx-commits
mailing list