[libc-commits] [libc] [libc] add proxy header for struct_sigaction (PR #96224)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Wed Jun 26 12:46:15 PDT 2024


================
@@ -126,3 +126,12 @@ add_proxy_header_library(
     libc.include.llvm-libc-types.atexithandler_t
     libc.include.stdlib
 )
+
+add_proxy_header_library(
+  struct_sigaction
+  HDRS
+    struct_sigaction.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.struct_sigaction
+    libc.include.signal
----------------
SchrodingerZhu wrote:

merge this for now. if the convention is revised, we should better revisit all other files.

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


More information about the libc-commits mailing list