[libc-commits] [libc] [libc] add proxy header for struct_sigaction (PR #96224)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Jun 26 10:19:51 PDT 2024
================
@@ -126,3 +126,12 @@ add_proxy_header_library(
libc.include.llvm-libc-types.atexithandler_t
libc.include.stdlib
)
+
+add_proxy_header_library(
+ struct_sigaction
+ HDRS
+ struct_sigaction.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.struct_sigaction
+ libc.include.signal
----------------
nickdesaulniers wrote:
Approving for now, but perhaps worth revisiting this convention. @lntue ?
https://github.com/llvm/llvm-project/pull/96224
More information about the libc-commits
mailing list