This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v9 1/2] Y2038: Add 64-bit time for all architectures
- From: Joseph Myers <joseph at codesourcery dot com>
- To: "Albert ARIBAUD (3ADEV)" <albert dot aribaud at 3adev dot fr>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 10 Oct 2018 16:22:49 +0000
- Subject: Re: [PATCH v9 1/2] Y2038: Add 64-bit time for all architectures
- References: <20181010121242.13902-1-albert.aribaud@3adev.fr>
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