From 0f4bda879283eaf013f86dd80e5588721a811ea0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 28 Apr 2020 20:57:34 +0200 Subject: [PATCH] localtime 1.76 --- 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);