diff options
Diffstat (limited to 'sysdeps/mips/fpu/feenablxcpt.c')
-rw-r--r-- | sysdeps/mips/fpu/feenablxcpt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mips/fpu/feenablxcpt.c b/sysdeps/mips/fpu/feenablxcpt.c index e6175ddfbe..4e63c6669c 100644 --- a/sysdeps/mips/fpu/feenablxcpt.c +++ b/sysdeps/mips/fpu/feenablxcpt.c @@ -19,11 +19,9 @@ Boston, MA 02111-1307, USA. */ #include <fenv.h> +#include <fenv_libc.h> #include <fpu_control.h> -#define ENABLE_MASK 0xF80U -#define ENABLE_SHIFT 5 - int feenableexcept (int excepts) { |