This commit is contained in:
csnol 2017-10-18 21:45:19 +08:00
parent a89d0b935b
commit 9f5cdd2d24
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define SECS_PER_YEAR (SECS_PER_WEEK * 52UL)
#define SECS_YR_2000 (946684800UL) // the time at the start of y2k
#define LEAP_YEAR(Y) ( ((1970+Y)>0) && !((1970+Y)%4) && ( ((1970+Y)%100) || !((1970+Y)%400) ) )
#define HALFTZ 0
#if !defined(__time_t_defined) // avoid conflict with newlib or other posix libc
#warning "Using private time_t definintion"