[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 10:28:11 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:
Ah, okay. That makes sense.
https://github.com/llvm/llvm-project/pull/151722
More information about the libc-commits
mailing list