about summary refs log tree commit diff
path: root/sysdeps/mips/fpu/fedisblxcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/fpu/fedisblxcpt.c')
-rw-r--r--sysdeps/mips/fpu/fedisblxcpt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mips/fpu/fedisblxcpt.c b/sysdeps/mips/fpu/fedisblxcpt.c
index 1ca229f22d..2d2ec8c86c 100644
--- a/sysdeps/mips/fpu/fedisblxcpt.c
+++ b/sysdeps/mips/fpu/fedisblxcpt.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
 fedisableexcept (int excepts)
 {