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


================
@@ -74,7 +74,7 @@ add_libc_unittest(
   SRCS
     signal_test.cpp
   DEPENDS
-    libc.include.signal
+    libc.include.llvm-libc-types.__sighandler_t
----------------
lntue wrote:

Use `libc.hdr.types.__sighandler_t` target instead.

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


More information about the libc-commits mailing list