[PATCH v9 1/2] Y2038: Add 64-bit time for all architectures
Joseph Myers
joseph@codesourcery.com
Wed Oct 10 16:25:00 GMT 2018
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
More information about the Libc-alpha
mailing list