about summary refs log tree commit diff
path: root/wcsmbs/wcstoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstoul_l.c')
-rw-r--r--wcsmbs/wcstoul_l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcstoul_l.c b/wcsmbs/wcstoul_l.c
index 0642dab652..ea332bf016 100644
--- a/wcsmbs/wcstoul_l.c
+++ b/wcsmbs/wcstoul_l.c
@@ -17,8 +17,8 @@
    <https://www.gnu.org/licenses/>.  */
 
 #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
 #define __need_wchar_t
 #include <stddef.h>
 #include <locale.h>