summaryrefslogtreecommitdiff
path: root/test/math/fenv.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 04:40:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 04:40:01 +0000
commit492ed006b47a69f0d4930f18eec50d605dfff6c9 (patch)
treeb95c8f1f7b54ac501ae2191dabd63dbe3ea0cef3 /test/math/fenv.h
parent114823013d5f9721b060825ca1dab778908bfcee (diff)
sync with glibc
Diffstat (limited to 'test/math/fenv.h')
-rw-r--r--test/math/fenv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/math/fenv.h b/test/math/fenv.h
new file mode 100644
index 000000000..0025a62cc
--- /dev/null
+++ b/test/math/fenv.h
@@ -0,0 +1,3 @@
+/* until we support fenv ... */
+#define feclearexcept(X)
+#define fetestexcept(X) (0)