[libcxx-commits] [libcxx] [libc++] Use Fuchsia futex operations (PR #133571)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 11 23:56:34 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__))
----------------
huixie90 wrote:
Might be bit unfortunate, but isn’t this an ABI break for your platform ?
https://github.com/llvm/llvm-project/pull/133571
More information about the libcxx-commits
mailing list