summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.h
blob: b1ae82199a6e4d21871c1044e1854832d533b2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define SIGILL                                                               (5)

/** illegal instruction **/

/***
is a signal indicating that the program has attempted to execute an illegal
or improperly formed instruction.
***/

/*
STDC(1)
*/