summaryrefslogtreecommitdiff
path: root/src/signal/SIGILL.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGILL.c')
-rw-r--r--src/signal/SIGILL.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/signal/SIGILL.c b/src/signal/SIGILL.c
deleted file mode 100644
index b1ae8219..00000000
--- a/src/signal/SIGILL.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#define SIGILL (5)
-
-/** illegal instruction **/
-
-/***
-is a signal indicating that the program has attempted to execute an illegal
-or improperly formed instruction.
-***/
-
-/*
-STDC(1)
-*/