diff options
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 580da9be15..0cab3f5b56 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -53,8 +53,8 @@ libc_hidden_proto (__isoc23_strtoul_l) libc_hidden_proto (__isoc23_strtoll_l) libc_hidden_proto (__isoc23_strtoull_l) -#if __GLIBC_USE (C2X_STRTOL) -/* Redirect internal uses of these functions to the C2X versions; the +#if __GLIBC_USE (C23_STRTOL) +/* Redirect internal uses of these functions to the C23 versions; the redirection in the installed header does not work with libc_hidden_proto. */ # undef strtol |
