[libc-commits] [libc] [libc] Add struct_sched_param proxy header (PR #151722)
Aiden Grossman via libc-commits
libc-commits at lists.llvm.org
Fri Aug 1 09:27:23 PDT 2025
================
@@ -451,3 +451,11 @@ add_proxy_header_library(
libc.include.llvm-libc-types.ACTION
libc.include.search
)
+
+add_proxy_header_library(
+ struct_sched_param
+ HDRS
+ struct_sched_param.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.struct_sched_param
----------------
boomanaiden154 wrote:
Why would that be needed? The `#include <sched.h>` gets removed by the preprocessor in full build mode.
The proxy header for `cpu_set_t` does not include this either.
https://github.com/llvm/llvm-project/pull/151722
More information about the libc-commits
mailing list