[libc-commits] [libc] [libc] Add proxy header for __sighandler_t type (PR #107354)
via libc-commits
libc-commits at lists.llvm.org
Thu Sep 5 07:07:56 PDT 2024
================
@@ -171,3 +171,12 @@ add_proxy_header_library(
libc.include.llvm-libc-types.locale_t
libc.include.locale
)
+
+add_proxy_header_library(
+ __sighandler_t
+ HDRS
+ __sighandler_t.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.__sighandler_t
+)
----------------
lntue wrote:
Also add `libc.include.signal` to `FULL_BUILD_DEPENDS` list.
https://github.com/llvm/llvm-project/pull/107354
More information about the libc-commits
mailing list