We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dbe74 commit b29fa06Copy full SHA for b29fa06
libcxx/include/__atomic/atomic_sync.h
@@ -64,7 +64,7 @@ struct __atomic_waitable< _Tp,
64
#if _LIBCPP_STD_VER >= 20
65
# if _LIBCPP_HAS_THREADS
66
67
-// old dylib interface
+// old dylib interface kept for backwards compatibility
68
_LIBCPP_EXPORTED_FROM_ABI void __cxx_atomic_notify_one(void const volatile*) _NOEXCEPT;
69
_LIBCPP_EXPORTED_FROM_ABI void __cxx_atomic_notify_all(void const volatile*) _NOEXCEPT;
70
_LIBCPP_EXPORTED_FROM_ABI __cxx_contention_t __libcpp_atomic_monitor(void const volatile*) _NOEXCEPT;
0 commit comments