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


================
@@ -9,14 +9,12 @@
 #ifndef LLVM_LIBC_SRC_SIGNAL_SIGNAL_H
 #define LLVM_LIBC_SRC_SIGNAL_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