diff options
Diffstat (limited to 'sysdeps/ia64/bits/fenv.h')
-rw-r--r-- | sysdeps/ia64/bits/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/bits/fenv.h b/sysdeps/ia64/bits/fenv.h index b31764fe8d..ac09a0d6d4 100644 --- a/sysdeps/ia64/bits/fenv.h +++ b/sysdeps/ia64/bits/fenv.h @@ -95,7 +95,7 @@ typedef unsigned long int fenv_t; # define FE_NONIEEE_ENV ((const fenv_t *) 0xc009a04d0270037fUL) #endif -#if __GLIBC_USE (IEC_60559_BFP_EXT) +#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) /* Type representing floating-point control modes. */ typedef unsigned long int femode_t; |