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 1ad538f..af580f2 100644
--- a/stdlib/stdint.h
+++ b/stdlib/stdint.h
@@ -273,7 +273,7 @@ typedef __uintmax_t uintmax_t;
# define UINTMAX_C(c) c ## ULL
# endif
-#if __GLIBC_USE (IEC_60559_BFP_EXT)
+#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X)
# define INT8_WIDTH 8
# define UINT8_WIDTH 8