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 b4bf9a97d9..dd57aa550c 100644 --- a/stdlib/strtoull.c +++ b/stdlib/strtoull.c @@ -30,4 +30,5 @@ compat_symbol (libc, __strtoull_internal, __strtouq_internal, GLIBC_2_0); # endif weak_alias (strtoull, strtouq) +weak_alias (strtoull, strtoumax) #endif |