mbox series

[0/3] y2038: Conversion of [lf]utimes[at] to support 64 bit time

Message ID 20200217131735.18180-1-lukma@denx.de
Headers show
Series y2038: Conversion of [lf]utimes[at] to support 64 bit time | expand

Message

Lukasz Majewski Feb. 17, 2020, 1:17 p.m. UTC
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(-)