4d6e275fc4
time/lib_gmtimer.c:54: warning: "SEC_PER_MIN" redefined 54 | #define SEC_PER_MIN ((time_t)60) | In file included from nuttx/include/nuttx/semaphore.h:48, from nuttx/include/pthread.h:56, from nuttx/include/signal.h:50, from nuttx/include/sys/select.h:46, from nuttx/include/sys/types.h:305, from nuttx/include/time.h:46, from time/lib_gmtimer.c:44: nuttx/include/nuttx/clock.h:125: note: this is the location of the previous definition 125 | #define SEC_PER_MIN 60L | time/lib_gmtimer.c:55: warning: "SEC_PER_HOUR" redefined 55 | #define SEC_PER_HOUR ((time_t)60 * SEC_PER_MIN) | In file included from nuttx/include/nuttx/semaphore.h:48, from nuttx/include/pthread.h:56, from nuttx/include/signal.h:50, from nuttx/include/sys/select.h:46, from nuttx/include/sys/types.h:305, from nuttx/include/time.h:46, from time/lib_gmtimer.c:44: nuttx/include/nuttx/clock.h:138: note: this is the location of the previous definition 138 | #define SEC_PER_HOUR (SEC_PER_MIN * MIN_PER_HOUR) | time/lib_gmtimer.c:56: warning: "SEC_PER_DAY" redefined 56 | #define SEC_PER_DAY ((time_t)24 * SEC_PER_HOUR) | In file included from nuttx/include/nuttx/semaphore.h:48, from nuttx/include/pthread.h:56, from nuttx/include/signal.h:50, from nuttx/include/sys/select.h:46, from nuttx/include/sys/types.h:305, from nuttx/include/time.h:46, from time/lib_gmtimer.c:44: nuttx/include/nuttx/clock.h:141: note: this is the location of the previous definition 141 | #define SEC_PER_DAY (HOURS_PER_DAY * SEC_PER_HOUR) | |
||
---|---|---|
.. | ||
Kconfig | ||
lib_asctime.c | ||
lib_asctimer.c | ||
lib_calendar2utc.c | ||
lib_ctime.c | ||
lib_ctimer.c | ||
lib_dayofweek.c | ||
lib_daysbeforemonth.c | ||
lib_difftime.c | ||
lib_gettimeofday.c | ||
lib_gmtime.c | ||
lib_gmtimer.c | ||
lib_isleapyear.c | ||
lib_localtime.c | ||
lib_mktime.c | ||
lib_nanosleep.c | ||
lib_settimeofday.c | ||
lib_strftime.c | ||
lib_time.c | ||
Make.defs |