NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56538 CVS commit: src/lib/libc/time



The following reply was made to PR bin/56538; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56538 CVS commit: src/lib/libc/time
Date: Sun, 5 Dec 2021 13:06:24 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Sun Dec  5 18:06:24 UTC 2021
 
 Modified Files:
 	src/lib/libc/time: localtime.c
 
 Log Message:
 PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits)
 we want to load the timezone data using the same structs they were saved as.
 Introduce __time_t which is always 64 bits and make the minimal changes for
 this to work. Yes, it is ugly.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.125 -r1.126 src/lib/libc/time/localtime.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index