diff options
Diffstat (limited to 'math/fraiseexcpt.c')
-rw-r--r-- | math/fraiseexcpt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c index de968d4211..c3b4a07731 100644 --- a/math/fraiseexcpt.c +++ b/math/fraiseexcpt.c @@ -20,6 +20,9 @@ #include <fenv.h> #include <shlib-compat.h> +#undef __feraiseexcept +#undef feraiseexcept + int __feraiseexcept (int excepts) { |