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/2] Y2038: two mktime-relate patches


These patches were posted by Paul in the course of reviewing Y2038
patches. One is gnulib, not Y2038, but it is related to mktime.

Paul Eggert (2):
  Y2038: make __mktime_internal compatible with __time64_t
  Fix time/mktime.c and time/gmtime.c for gnulib compatibility

 include/time.h | 36 +++++++++++++++++++----
 time/mktime.c  | 79 +++++++++++++++++++++++++++++++++-----------------
 time/timegm.c  | 27 ++++++++++++++++-
 3 files changed, 109 insertions(+), 33 deletions(-)

-- 
2.17.1


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