public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixing missing 64 bit time_t usages
@ 2022-10-26 19:04 Adhemerval Zanella
  2022-10-26 19:04 ` [PATCH 1/3] nis: Build libnsl with 64 bit time_t Adhemerval Zanella
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-10-26 19:04 UTC (permalink / raw)
  To: libc-alpha, Zev Weiss, Wayne Tung

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-09 14:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 19:04 [PATCH 0/3] Fixing missing 64 bit time_t usages Adhemerval Zanella
2022-10-26 19:04 ` [PATCH 1/3] nis: Build libnsl with 64 bit time_t Adhemerval Zanella
2022-12-09  4:30   ` DJ Delorie
2022-12-09  4:31   ` DJ Delorie
2022-12-09 14:35     ` Adhemerval Zanella Netto
2022-10-26 19:04 ` [PATCH 2/3] nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402) Adhemerval Zanella
2022-10-26 21:42   ` DJ Delorie
2022-10-27 12:31     ` Adhemerval Zanella Netto
2022-10-27 12:48     ` Andreas Schwab
2022-12-09  4:30   ` DJ Delorie
2022-10-26 19:04 ` [PATCH 3/3] time: Use 64 bit time on tzfile Adhemerval Zanella
2022-12-09  4:31   ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).