summaryrefslogtreecommitdiff
path: root/src/math/math_errhandling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/math_errhandling.c')
-rw-r--r--src/math/math_errhandling.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/math/math_errhandling.c b/src/math/math_errhandling.c
deleted file mode 100644
index 2c34327c..00000000
--- a/src/math/math_errhandling.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <math.h>
-#define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)
-
-/*
-STDC(199901)
-LINK(m)
-*/