[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:08:17 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:
nit: 1 extra space?
https://github.com/llvm/llvm-project/pull/107354
More information about the libc-commits
mailing list