mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00
revise comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user