[PATCH 2/5] Y2038: add function __gmtime64

Joseph Myers joseph@codesourcery.com
Mon Dec 17 22:23:00 GMT 2018


On Mon, 17 Dec 2018, Albert ARIBAUD (3ADEV) wrote:

> +  return __gmtime64 (&t64, 0, &_tmbuf);

In all these patches, the __*64 function that gets called within glibc 
should have libc_hidden_proto / libc_hidden_def used accordingly.  (This 
results in more efficient function calls on 32-bit x86 because the 
compiler knows the call is a direct call within the same shared library 
that does not need to go via the PLT.)

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list