[libc-commits] [libc] [libc] Add Darwin mutex support via os_sync primitives (PR #167722)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 1 10:42:08 PST 2025


================
@@ -16,6 +16,28 @@
 namespace LIBC_NAMESPACE_DECL {
 namespace internal {
 
+/**
----------------
lntue wrote:

Can this comment use C++'s `//` to match other files' style?

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


More information about the libc-commits mailing list