Skip to content

Commit ff9210a

Browse files
committed
revise comment
1 parent 3253312 commit ff9210a

File tree

1 file changed

+3
-2
lines changed
  • components/libc/compilers/common

1 file changed

+3
-2
lines changed

components/libc/compilers/common/time.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,9 @@ int settimeofday(const struct timeval *tv, const struct timezone *tz)
365365
}
366366
RTM_EXPORT(settimeofday);
367367

368-
RTM_EXPORT(difftime); /* inherent in libc */
369-
RTM_EXPORT(strftime); /* inherent in libc*/
368+
/* inherent in the toolchain */
369+
RTM_EXPORT(difftime);
370+
RTM_EXPORT(strftime);
370371

371372
#ifdef RT_USING_POSIX
372373
static struct timeval _timevalue;

0 commit comments

Comments
 (0)