aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtoull_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoull_l.c')
-rw-r--r--stdlib/strtoull_l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c
index 9e4d91c555..334f2bd505 100644
--- a/stdlib/strtoull_l.c
+++ b/stdlib/strtoull_l.c
@@ -20,8 +20,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>