(root)/
glibc-2.38/
sysdeps/
mips/
nofpu/
fesetenv.c
       1  /* MIPS bits/fenv.h used to define exception macros for soft-float
       2     despite that not supporting exceptions.  Ensure use of the old
       3     FE_NOMASK_ENV value still produces errors (see bug 17088).  */
       4  #include <fenv.h>
       5  #undef FE_ALL_EXCEPT
       6  #define FE_ALL_EXCEPT 0x7c
       7  #define FE_NOMASK_ENV ((const fenv_t *) -2)
       8  #include <math/fesetenv.c>