revise comment

This commit is contained in:
Meco Man 2021-03-05 23:13:57 +08:00
parent 3253312758
commit ff9210a84d
1 changed files with 3 additions and 2 deletions

View File

@ -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;