[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:11:40 PDT 2024


================
@@ -8,13 +8,15 @@
 
 #include "src/signal/signal.h"
 #include "hdr/signal_macros.h"
+#include "include/llvm-libc-types/__sighandler_t.h"
----------------
lntue wrote:

use the proxy header `hdr/types/__sighandler_t.h` instead.

https://github.com/llvm/llvm-project/pull/107354


More information about the libc-commits mailing list