aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/riscv/bits/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/riscv/bits/fenv.h')
-rw-r--r--sysdeps/riscv/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/riscv/bits/fenv.h b/sysdeps/riscv/bits/fenv.h
index 86295ea..75d4cee 100644
--- a/sysdeps/riscv/bits/fenv.h
+++ b/sysdeps/riscv/bits/fenv.h
@@ -65,7 +65,7 @@ typedef unsigned int fenv_t;
/* If the default argument is used we use this value. */
#define FE_DFL_ENV ((__const fenv_t *) -1)
-#if __GLIBC_USE (IEC_60559_BFP_EXT)
+#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X)
/* Type representing floating-point control modes. */
typedef unsigned int femode_t;