summaryrefslogtreecommitdiff
path: root/src/fenv/feclearexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/feclearexcept.c')
-rw-r--r--src/fenv/feclearexcept.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fenv/feclearexcept.c b/src/fenv/feclearexcept.c
index 646b4669..ca16cf3a 100644
--- a/src/fenv/feclearexcept.c
+++ b/src/fenv/feclearexcept.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <fenv.h>
int feclearexcept(int excepts)
@@ -14,3 +16,6 @@ d*/
STDC(199901)
LINK(m)
*/
+
+
+#endif