[libcxx-commits] [libcxx] [libc++] Allows any types of size 4 and 8 to use native platform ulock_wait (PR #161086)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 31 10:59:47 PDT 2025


================
@@ -58,6 +64,7 @@ struct __atomic_waitable< _Tp,
 #if _LIBCPP_STD_VER >= 20
 #  if _LIBCPP_HAS_THREADS
 
+// old dylib interface
----------------
ldionne wrote:

```suggestion
// old dylib interface kept for backwards compatibility
```

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


More information about the libcxx-commits mailing list