aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/bits/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/bits/fenv.h')
-rw-r--r--sysdeps/mips/bits/fenv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mips/bits/fenv.h b/sysdeps/mips/bits/fenv.h
index 72dd281b9d..4e740365b9 100644
--- a/sysdeps/mips/bits/fenv.h
+++ b/sysdeps/mips/bits/fenv.h
@@ -70,3 +70,8 @@ fenv_t;
/* If the default argument is used we use this value. */
#define FE_DFL_ENV ((__const fenv_t *) -1)
+
+#ifdef __USE_GNU
+/* Floating-point environment where none of the exception is masked. */
+# define FE_NOMASK_ENV ((__const fenv_t *) -2)
+#endif