This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]