diff options
Diffstat (limited to 'src/signal/SIGILL.c')
-rw-r--r-- | src/signal/SIGILL.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/signal/SIGILL.c b/src/signal/SIGILL.c new file mode 100644 index 00000000..1d6c588f --- /dev/null +++ b/src/signal/SIGILL.c @@ -0,0 +1,10 @@ +#include <signal.h> +#define SIGILL (3) +/** illegal instruction **/ +/*** +is a signal indicating that the program has attempted to execute an illegal +or improperly formed instruction. +***/ +/* +STDC(1) +*/ |