summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-04-28 20:57:34 +0200
committerCorinna Vinschen <corinna@vinschen.de>2020-04-28 20:57:34 +0200
commit0f4bda879283eaf013f86dd80e5588721a811ea0 (patch)
treed8400293e3ed7e3fc405156ddacc60886b7b9893
parent65bf580752db7ac01ecae19dc56aa26ea34f5e47 (diff)
downloadcygnal-0f4bda879283eaf013f86dd80e5588721a811ea0.tar.gz
cygnal-0f4bda879283eaf013f86dd80e5588721a811ea0.tar.bz2
cygnal-0f4bda879283eaf013f86dd80e5588721a811ea0.zip
localtime 1.76
-rw-r--r--winsup/cygwin/localtime.cc6
1 files 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);