summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGINT.c')
-rw-r--r--src/signal/SIGINT.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c
deleted file mode 100644
index bdd3f74d..00000000
--- a/src/signal/SIGINT.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#define SIGINT (2)
-
-/** interrupt **/
-
-/***
-is a signal that indicates the program is being interactively interrupted.
-***/
-
-/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
-
-/*
-STDC(1)
-*/