summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/feclearexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/feclearexcept.c')
-rw-r--r--newlib/libm/machine/spu/feclearexcept.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libm/machine/spu/feclearexcept.c b/newlib/libm/machine/spu/feclearexcept.c
deleted file mode 100644
index fbec7addb..000000000
--- a/newlib/libm/machine/spu/feclearexcept.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "headers/feclearexcept.h"
-
-void feclearexcept(int excepts)
-{
- _feclearexcept(excepts);
-}