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