[libc-commits] [libc] [libc][sched] Implement proxy headers for `cpu_set_t`, `struct sched_param` and `sched_macros`. (PR #126303)

Krishna Pandey via libc-commits libc-commits at lists.llvm.org
Fri Feb 14 02:39:57 PST 2025


================
@@ -205,5 +205,13 @@ add_proxy_header_library(
     libc.include.wchar
 )
 
+add_proxy_header_library(
+  sched_macros
+  HDRS
+    sched_macros.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-macros.sched_macros
----------------
krishna2803 wrote:

oh, so changing from `LIBC_NAMESPACE::CPU_COUNT` to just `CPU_COUNT` is causing problems in full build mode.. i'll just keep it as it was

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


More information about the libc-commits mailing list