[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
Wed Nov 19 09:29:58 PST 2025


================
@@ -27,6 +27,20 @@ Version 22.0
   Symbol removed: _ZNSt3__118__time_get_storageIwE4initERKNS_5ctypeIwEE
   Symbol removed: _ZNSt3__118__time_get_storageIwE9__analyzeEcRKNS_5ctypeIwEE
 
+* [libc++] Allows any types of size 4 and 8 to use native platform ulock_wait
----------------
ldionne wrote:

Minor nitpick, let's swap the order. Usually higher entries are more recent.

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


More information about the libcxx-commits mailing list