浏览代码

revise comment

Meco Man 4 年之前
父节点
当前提交
ff9210a84d
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      components/libc/compilers/common/time.c

+ 3 - 2
components/libc/compilers/common/time.c

@@ -365,8 +365,9 @@ int settimeofday(const struct timeval *tv, const struct timezone *tz)
 }
 RTM_EXPORT(settimeofday);
 
-RTM_EXPORT(difftime); /* inherent in libc */
-RTM_EXPORT(strftime); /* inherent in libc*/
+/* inherent in the toolchain */
+RTM_EXPORT(difftime); 
+RTM_EXPORT(strftime);
 
 #ifdef RT_USING_POSIX
 static struct timeval _timevalue;