summaryrefslogtreecommitdiff
path: root/signal.d
blob: 233e8b12c9af8dea53c480bc8259de32b68fd686 (plain)
1
2
3
4
5
6
7
8
9
static sig_atomic_t a_sig_atomic_t;

static int signals[] = {
	SIGABRT,
	SIGFPE,
	SIGILL,
	SIGINT,
	SIGSEGV,
};