public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] localtime 1.76
Date: Mon, 4 May 2020 09:20:41 +0000 (GMT) [thread overview]
Message-ID: <20200504092041.5149C383F84B@sourceware.org> (raw)
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0f4bda879283eaf013f86dd80e5588721a811ea0
commit 0f4bda879283eaf013f86dd80e5588721a811ea0
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Tue Apr 28 20:57:34 2020 +0200
localtime 1.76
Diff:
---
winsup/cygwin/localtime.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc
index 3de1e2956..2c8cee38d 100644
--- a/winsup/cygwin/localtime.cc
+++ b/winsup/cygwin/localtime.cc
@@ -482,12 +482,12 @@ static struct tm * gmtsub(const timezone_t sp, const time_t *timep,
static struct tm * localsub(const timezone_t sp, const time_t *timep,
const int_fast32_t offset, struct tm *tmp);
static int increment_overflow(int * number, int delta);
-static int leaps_thru_end_of(int y) ATTRIBUTE_PURE;
static int increment_overflow32(int_fast32_t * number, int delta);
-static int normalize_overflow32(int_fast32_t * tensptr,
- int * unitsptr, int base);
+static int leaps_thru_end_of(int y) ATTRIBUTE_PURE;
static int normalize_overflow(int * tensptr, int * unitsptr,
int base);
+static int normalize_overflow32(int_fast32_t * tensptr,
+ int * unitsptr, int base);
static void settzname(void);
static time_t time1(const timezone_t sp, struct tm * const tmp,
subfun_t funcp, const int_fast32_t offset);
reply other threads:[~2020-05-04 9:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200504092041.5149C383F84B@sourceware.org \
--to=corinna@sourceware.org \
--cc=cygwin-cvs@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).