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

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun Nov 30 18:37:42 PST 2025


================
@@ -28,32 +28,3 @@ add_object_library(
     libc.src.__support.error_or
     libc.src.__support.OSUtil.osutil
 )
-
-add_header_library(
-  clock_conversion
----------------
SchrodingerZhu wrote:

Hmmm, it seems to me that at this stacking layer, the PR has all the clock conversion utilities ready. So there should be no special handling for timeout (e.g. the TODOs in your comments)

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


More information about the libc-commits mailing list