about summary refs log tree commit diff
path: root/stdlib/strtoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoul_l.c')
-rw-r--r--stdlib/strtoul_l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c
index 54e66425e1..0aeb80ff34 100644
--- a/stdlib/strtoul_l.c
+++ b/stdlib/strtoul_l.c
@@ -19,8 +19,8 @@
 #define UNSIGNED	1
 
 #include <features.h>
-#undef __GLIBC_USE_C2X_STRTOL
-#define __GLIBC_USE_C2X_STRTOL 0
+#undef __GLIBC_USE_C23_STRTOL
+#define __GLIBC_USE_C23_STRTOL 0
 #include <locale.h>
 #include <stdbool.h>