[libc-commits] [libc] [libc][signal] clean up usage of sighandler_t (PR #125745)
via libc-commits
libc-commits at lists.llvm.org
Wed Feb 5 14:04:43 PST 2025
================
@@ -10,5 +10,6 @@
#define LLVM_LIBC_TYPES___SIGHANDLER_T_H
typedef void (*__sighandler_t)(int);
----------------
enh-google wrote:
i thought the plan was to leave `__sighandler_t` to the <linux/signal.h> header?
(will the llvm-libc <signal.h> include that by default, like bionic's does, or copy & paste like musl?)
https://github.com/llvm/llvm-project/pull/125745
More information about the libc-commits
mailing list