[libcxx-commits] [libcxx] [libc++] Use Fuchsia futex operations (PR #133571)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 17 02:06:05 PST 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:

I think it's fine now. The large refactorings have been done and I don't think I'll touch `contention_t.h`.

https://github.com/llvm/llvm-project/pull/133571


More information about the libcxx-commits mailing list