[libc-commits] [libc] [libc] Add struct sigevent definition and proxy header. (PR #217699)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Thu Aug 20 10:29:00 PDT 2026
================
@@ -425,6 +425,15 @@ add_proxy_header_library(
libc.include.signal
)
+add_proxy_header_library(
+ struct_sigevent
+ HDRS
+ struct_sigevent.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.struct_sigevent
+ libc.include.signal
----------------
vonosmas wrote:
This dep is not needed - full-build only depends on llvm-libc-types/ header
https://github.com/llvm/llvm-project/pull/217699
More information about the libc-commits
mailing list