summaryrefslogtreecommitdiff
path: root/src/fenv/FE_DOWNWARD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/FE_DOWNWARD.c')
-rw-r--r--src/fenv/FE_DOWNWARD.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fenv/FE_DOWNWARD.c b/src/fenv/FE_DOWNWARD.c
new file mode 100644
index 00000000..702a50e9
--- /dev/null
+++ b/src/fenv/FE_DOWNWARD.c
@@ -0,0 +1,14 @@
+#include <fenv.h>
+
+#if 0
+#define FE_DOWNWARD (3)
+#else
+#undef FE_DOWNWARD
+#endif
+
+/* Defined iff this operation is supported */
+
+/*
+STDC(199901)
+LINK(m)
+*/