未验证 提交 d4b5555b 编写于 作者: mysterywolf's avatar mysterywolf 提交者: GitHub

移除localtime_r多余的声明 (#5590)

上级 6d0caf7b
......@@ -274,7 +274,6 @@ RT_WEAK rt_size_t ulog_formater(char *log_buf, rt_uint32_t level, const char *ta
/* add time info */
{
#ifdef ULOG_TIME_USING_TIMESTAMP
extern struct tm* localtime_r(const time_t* t, struct tm* r);
static struct timeval now;
static struct tm *tm, tm_tmp;
static rt_bool_t check_usec_support = RT_FALSE, usec_is_support = RT_FALSE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册