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

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Thu Apr 30 06:37:22 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
----------------
kaladron wrote:

libc.src.__support.macros.config

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


More information about the libc-commits mailing list