(FE_NOMASK_ENV): Define.
authorAndreas Jaeger <aj@suse.de>
Fri, 15 Sep 2000 18:15:57 +0000 (18:15 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 15 Sep 2000 18:15:57 +0000 (18:15 +0000)
sysdeps/mips/bits/fenv.h

index 72dd281..4e74036 100644 (file)
@@ -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