diff options
Diffstat (limited to 'sysdeps/loongarch/bits/fenv.h')
-rw-r--r-- | sysdeps/loongarch/bits/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/loongarch/bits/fenv.h b/sysdeps/loongarch/bits/fenv.h index 4d4abefe5d..4417c42a19 100644 --- a/sysdeps/loongarch/bits/fenv.h +++ b/sysdeps/loongarch/bits/fenv.h @@ -81,7 +81,7 @@ typedef struct #define FE_NOMASK_ENV ((const fenv_t *) -257) #endif -#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) +#if __GLIBC_USE (IEC_60559_BFP_EXT_C23) /* Type representing floating-point control modes. */ typedef unsigned int femode_t; |