[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:37:11 PST 2025


================
@@ -21,8 +21,14 @@
 
 #include "llvm-libc-macros/linux/error-number-macros.h"
 
-#else // __linux__
+#elif __APPLE__
----------------
lntue wrote:

`defined(__APPLE__)`

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


More information about the libc-commits mailing list