[libc-commits] [libc] [libc] add proc number parser and sysconf wrapper (PR #194159)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Apr 30 06:54:20 PDT 2026


================
@@ -38,6 +38,22 @@ add_header_library(
     libc.src.__support.threads.callonce
 )
 
+add_header_library(
+  sysinfo
+  HDRS
+    sysinfo.h
+  DEPENDS
+    libc.hdr.errno_macros
----------------
SchrodingerZhu wrote:

Fixed. Thank you!

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


More information about the libc-commits mailing list