This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 0/3] y2038: Refactor utime and utimes 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>, Lukasz Majewski <lukma at denx dot de>
- Date: Fri, 7 Feb 2020 14:00:06 +0100
- Subject: [PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
This patch series provides __utime64, __utimes64 and struct __utimbuf64.
The branch with integrated Y2038 support:
https://github.com/lmajewski/y2038_glibc/commits/glibc_utime_conversion_v1
Lukasz Majewski (3):
y2038: Introduce struct __utimbuf64 - new internal glibc type
y2038: linux: Provide __utimes64 implementation
y2038: linux: Provide __utime64 implementation
include/time.h | 18 +++++++++
sysdeps/unix/sysv/linux/syscalls.list | 1 -
sysdeps/unix/sysv/linux/utime.c | 56 +++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/utimes.c | 37 ++++++++++++------
4 files changed, 100 insertions(+), 12 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/utime.c
--
2.20.1