[PATCH 1/5] features: Rename __GLIBC_USE_ISOC2X to __GLIBC_USE_ISOC23
Yonggang Luo
luoyonggang@gmail.com
Mon Jun 19 22:20:48 GMT 2023
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
include/features.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/features.h b/include/features.h
index 9eae86a2d8..084cd4830c 100644
--- a/include/features.h
+++ b/include/features.h
@@ -241,9 +241,9 @@
/* This is to enable the ISO C2X extension. */
#if (defined _ISOC2X_SOURCE \
|| (defined __STDC_VERSION__ && __STDC_VERSION__ > 201710L))
-# define __GLIBC_USE_ISOC2X 1
+# define __GLIBC_USE_ISOC23 1
#else
-# define __GLIBC_USE_ISOC2X 0
+# define __GLIBC_USE_ISOC23 0
#endif
/* This is to enable the ISO C11 extension. */
--
2.39.0.windows.1
More information about the Libc-alpha
mailing list