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 v9 1/2] Y2038: Add 64-bit time for all architectures


On Wed, 10 Oct 2018, Albert ARIBAUD (3ADEV) wrote:

>  bits/time64.h                               | 36 +++++++++++++++++++
>  bits/timesize.h                             | 22 ++++++++++++
>  include/time.h                              |  7 +---
>  posix/bits/types.h                          |  8 +++++
>  stdlib/Makefile                             |  2 +-
>  sysdeps/unix/sysv/linux/x86/bits/time64.h   | 39 +++++++++++++++++++++
>  sysdeps/unix/sysv/linux/x86/bits/timesize.h | 25 +++++++++++++

My understanding from review comments on previous versions of this patch 
was that the generic bits/time64.h was in fact fully correct for x32, so 
no x86-specific version of that header should be needed - only the 
x86-specific version of bits/timesize.h.

-- 
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]