diff options
Diffstat (limited to 'src/signal/SIGINT.h')
-rw-r--r-- | src/signal/SIGINT.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/signal/SIGINT.h b/src/signal/SIGINT.h new file mode 100644 index 00000000..b1ae8219 --- /dev/null +++ b/src/signal/SIGINT.h @@ -0,0 +1,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) +*/ |