[PATCH v4] Y2038: make __difftime compatible with 64-bit time

Joseph Myers joseph@codesourcery.com
Thu Dec 20 18:25:00 GMT 2018


On Thu, 20 Dec 2018, Albert ARIBAUD (3ADEV) wrote:

>  strong_alias (__difftime, difftime)
> +
> +#else
> +
> +strong_alias (__difftime64, difftime)
> +
> +#endif

I'd expect a single strong_alias (__difftime, difftime) call outside the 
#if, just like e.g. the single weak_alias (__localtime_r, localtime_r) 
call.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list