Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases

Andreas Schwab schwab@linux-m68k.org
Tue Dec 8 09:07:31 GMT 2020


On Dez 07 2020, Joseph Myers wrote:

> diff --git a/stdlib/strtoll.c b/stdlib/strtoll.c
> index b156665fc7..a6b693a341 100644
> --- a/stdlib/strtoll.c
> +++ b/stdlib/strtoll.c
> @@ -30,4 +30,5 @@ compat_symbol (libc, __strtoll_internal, __strtoq_internal, GLIBC_2_0);
>  
>  # endif
>  weak_alias (strtoll, strtoq)
> +weak_alias (strtoll, strtoimax)

Don't you need to hide the declaration of strtoimax?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list