32 typedef void (*ev_sighandler_t)(int);
35 struct event ev_signal;
36 int ev_signal_pair[2];
38 volatile sig_atomic_t evsignal_caught;
39 struct event_list evsigevents[NSIG];
40 sig_atomic_t evsigcaught[NSIG];
44 ev_sighandler_t **sh_old;
50 int evsignal_add(
struct event *);
51 int evsignal_del(
struct event *);