mbox series

[0/2] Y2038: two mktime-relate patches

Message ID 20181219092255.26691-1-albert.aribaud@3adev.fr
Headers show
Series Y2038: two mktime-relate patches | expand

Message

Albert ARIBAUD (3ADEV) Dec. 19, 2018, 9:22 a.m. UTC
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(-)