[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 10:37:22 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
----------------
lntue wrote:
this does not match with the header file you added in this folder.
https://github.com/llvm/llvm-project/pull/107354
More information about the libc-commits
mailing list