1 2 3 4 5 6
#include <signal.h> void psiginfo(const siginfo_t *si, const char *msg) { psignal(si->si_signo, msg); }