diff options
Diffstat (limited to 'stdlib/strtoull.c')
-rw-r--r-- | stdlib/strtoull.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c index 51859db..6c9afa3 100644 --- a/stdlib/strtoull.c +++ b/stdlib/strtoull.c @@ -31,4 +31,5 @@ compat_symbol (libc, __strtoull_internal, __strtouq_internal, GLIBC_2_0); # endif weak_alias (strtoull, strtouq) weak_alias (strtoull, strtoumax) +weak_alias (__isoc23_strtoull, __isoc23_strtoumax) #endif |