[libcxx-commits] [libcxx] [libc++] Use Fuchsia futex operations (PR #133571)
Roland McGrath via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 26 16:48:00 PDT 2026
================
@@ -19,7 +19,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
-#if defined(__linux__) || (defined(_AIX) && !defined(__64BIT__))
+#if defined(__linux__) || defined(__Fuchsia__) || (defined(_AIX) && !defined(__64BIT__))
----------------
frobtech wrote:
Thanks. I'm updating the change to the current state of libc++ internals now.
https://github.com/llvm/llvm-project/pull/133571
More information about the libcxx-commits
mailing list