[0/3] Fixing missing 64 bit time_t usages

Message ID 20221026190425.2939456-1-adhemerval.zanella@linaro.org
Headers
Series Fixing missing 64 bit time_t usages |

Message

Adhemerval Zanella Netto Oct. 26, 2022, 7:04 p.m. UTC
  With the nscd time_t mismatch issue [1], I tried to check all the glibc
internal time_t usages to check if we are still missing any.  Ignoring
testing and internal function implementation, I could found a couple
of places we 32 bit time_t are used along with 64 bit time_t routines.

[1] https://sourceware.org/pipermail/libc-alpha/2022-October/142937.html

Adhemerval Zanella (3):
  nis: Build libnsl with 64 bit time_t
  nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)
  time: Use 64 bit time on tzfile

 Makeconfig           |  2 +-
 nis/nis_call.c       | 10 +++++-----
 nscd/nscd.h          |  2 +-
 nscd/nscd_gethst_r.c |  2 +-
 time/tzfile.c        |  2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)