diff options
Diffstat (limited to 'sysdeps/nios2')
-rw-r--r-- | sysdeps/nios2/math_private.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysdeps/nios2/math_private.h b/sysdeps/nios2/math_private.h index 373da2a621..25140416a8 100644 --- a/sysdeps/nios2/math_private.h +++ b/sysdeps/nios2/math_private.h @@ -16,9 +16,7 @@ success in every case. The overrides for libc_ functions must happen before we include - the generic math_private.h, and the overrides for regular - <fenv.h> functions must happen afterwards, to avoid clashing with - the declarations of those functions. */ + the generic math_private.h. */ #define libc_fesetround(rnd) ({ 0; }) #define libc_fetestexcept(exc) ({ 0; }) @@ -31,8 +29,4 @@ #include_next <math_private.h> -#define feraiseexcept(excepts) ({ 0; }) -#define __feraiseexcept(excepts) ({ 0; }) -#define feclearexcept(exc) ({ 0; }) - #endif |