Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: abe403b1902de63cfb404c916d62bc28c05d4096
      
https://github.com/Perl/perl5/commit/abe403b1902de63cfb404c916d62bc28c05d4096
  Author: Alexander Kanavin <a...@linutronix.de>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M AUTHORS
    M dist/threads-shared/lib/threads/shared.pm
    M dist/threads-shared/shared.xs
    M doio.c
    M pp_sys.c

  Log Message:
  -----------
  various: timespec/timeval.tv_sec is time_t, not long, according to POSIX

This matters on 32 bit systems configured with 64 bit time_t
(so they survive beyond 2038). Casting them to long is causing loss of bits
and badly mismatched time data.

Signed-off-by: Alexander Kanavin <a...@linutronix.de>


Reply via email to