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