This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 0/3] y2038: Conversion of [lf]utimes[at] to support 64 bit time
- From: Lukasz Majewski <lukma at denx dot de>
- To: Joseph Myers <joseph at codesourcery dot com>, Paul Eggert <eggert at cs dot ucla dot edu>, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: Alistair Francis <alistair23 at gmail dot com>, Alistair Francis <alistair dot francis at wdc dot com>, GNU C Library <libc-alpha at sourceware dot org>, Siddhesh Poyarekar <siddhesh at gotplt dot org>, Florian Weimer <fweimer at redhat dot com>, Florian Weimer <fw at deneb dot enyo dot de>, Zack Weinberg <zackw at panix dot com>, Carlos O'Donell <carlos at redhat dot com>, Andreas Schwab <schwab at suse dot de>, Vineet Gupta <vineetg76 at gmail dot com>, Lukasz Majewski <lukma at denx dot de>
- Date: Mon, 17 Feb 2020 14:17:32 +0100
- Subject: [PATCH 0/3] y2038: Conversion of [lf]utimes[at] to support 64 bit time
The most recent work on Y2038 compiliance for architectures with
__TIMESIZE != 64 and __WORDSIZE==32 (e.g. armv7) can be found here:
https://github.com/lmajewski/y2038_glibc/commits/y2038_edge
Lukasz Majewski (3):
y2038: linux: Provide __futimes64 implementation
y2038: linux: Provide __lutimes64 implementation
y2038: linux: Provide __futimesat64 implementation
include/time.h | 10 +++++++
sysdeps/unix/sysv/linux/futimes.c | 42 ++++++++++++++++-------------
sysdeps/unix/sysv/linux/futimesat.c | 41 +++++++++++++++++++---------
sysdeps/unix/sysv/linux/lutimes.c | 37 ++++++++++++++++---------
4 files changed, 85 insertions(+), 45 deletions(-)
--
2.20.1