This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]