summaryrefslogtreecommitdiff
path: root/test/math/fenv.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-09-23 08:14:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-09-23 08:19:46 +0200
commita0d7487a6636f06daf9b4fb2c3765935bb4daf65 (patch)
tree1a499e80002a8e263ef12c094677bb67b482f612 /test/math/fenv.h
parent728e1e0ea5adf1bd9b479e4edc456b637e26c031 (diff)
revert glibc sync for math tests
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'test/math/fenv.h')
-rw-r--r--test/math/fenv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/math/fenv.h b/test/math/fenv.h
index ff790fa..0025a62 100644
--- a/test/math/fenv.h
+++ b/test/math/fenv.h
@@ -1,7 +1,3 @@
/* until we support fenv ... */
-#define __FE_UNDEFINED 0
#define feclearexcept(X)
#define fetestexcept(X) (0)
-#define fegetround(X) (0)
-#define fesetround(X) (0)
-#define issignaling(X) (0)