[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:12:50 PDT 2024


================
@@ -13,14 +13,14 @@
 #include "test/UnitTest/ErrnoSetterMatcher.h"
 #include "test/UnitTest/Test.h"
 
-#include <signal.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