We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253312 commit ff9210aCopy full SHA for ff9210a
components/libc/compilers/common/time.c
@@ -365,8 +365,9 @@ int settimeofday(const struct timeval *tv, const struct timezone *tz)
365
}
366
RTM_EXPORT(settimeofday);
367
368
-RTM_EXPORT(difftime); /* inherent in libc */
369
-RTM_EXPORT(strftime); /* inherent in libc*/
+/* inherent in the toolchain */
+RTM_EXPORT(difftime);
370
+RTM_EXPORT(strftime);
371
372
#ifdef RT_USING_POSIX
373
static struct timeval _timevalue;
0 commit comments