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/5] Y2038: process remaining struct tm conv functions


These five patches are similar to commit 6e15f3e just applied; each
one covers one function converting to or from struct tm.

Albert ARIBAUD (3ADEV) (5):
  Y2038: add function __localtime64_r
  Y2038: add function __gmtime64
  Y2038: add function __gmtime64_r
  Y2038: add function __ctime64
  Y2038: add function __ctime64_r

 include/time.h   | 31 +++++++++++++++++++++++++++++++
 time/ctime.c     | 17 +++++++++++++++--
 time/ctime_r.c   | 17 +++++++++++++++--
 time/gmtime.c    | 32 +++++++++++++++++++++++++++++---
 time/localtime.c | 16 +++++++++++++++-
 5 files changed, 105 insertions(+), 8 deletions(-)

-- 
2.17.1


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