aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/stdint.h')
-rw-r--r--stdlib/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdint.h b/stdlib/stdint.h
index 01a9abc9e5..bb3e8b5cc6 100644
--- a/stdlib/stdint.h
+++ b/stdlib/stdint.h
@@ -262,7 +262,7 @@ typedef __uintmax_t uintmax_t;
# define UINTMAX_C(c) c ## ULL
# endif
-#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X)
+#if __GLIBC_USE (IEC_60559_BFP_EXT_C23)
# define INT8_WIDTH 8
# define UINT8_WIDTH 8