localtime 1.76
This commit is contained in:
parent
65bf580752
commit
0f4bda8792
@ -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,
|
static struct tm * localsub(const timezone_t sp, const time_t *timep,
|
||||||
const int_fast32_t offset, struct tm *tmp);
|
const int_fast32_t offset, struct tm *tmp);
|
||||||
static int increment_overflow(int * number, int delta);
|
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 increment_overflow32(int_fast32_t * number, int delta);
|
||||||
static int normalize_overflow32(int_fast32_t * tensptr,
|
static int leaps_thru_end_of(int y) ATTRIBUTE_PURE;
|
||||||
int * unitsptr, int base);
|
|
||||||
static int normalize_overflow(int * tensptr, int * unitsptr,
|
static int normalize_overflow(int * tensptr, int * unitsptr,
|
||||||
int base);
|
int base);
|
||||||
|
static int normalize_overflow32(int_fast32_t * tensptr,
|
||||||
|
int * unitsptr, int base);
|
||||||
static void settzname(void);
|
static void settzname(void);
|
||||||
static time_t time1(const timezone_t sp, struct tm * const tmp,
|
static time_t time1(const timezone_t sp, struct tm * const tmp,
|
||||||
subfun_t funcp, const int_fast32_t offset);
|
subfun_t funcp, const int_fast32_t offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user