summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGINT.h')
-rw-r--r--src/signal/SIGINT.h12
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)
+*/