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

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