summaryrefslogtreecommitdiff
path: root/src/signal/SIGFPE.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGFPE.c')
-rw-r--r--src/signal/SIGFPE.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/signal/SIGFPE.c b/src/signal/SIGFPE.c
deleted file mode 100644
index b4d56e09..00000000
--- a/src/signal/SIGFPE.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#define SIGFPE (4)
-
-/** floating point exception **/
-
-/***
-is a signal that indicates an error resulting from invalid arithmetic
-operations, such as division by zero or overflows.
-***/
-
-/*
-STDC(1)
-*/