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 a8aa29e commit 7d8df9eCopy full SHA for 7d8df9e
src/utils.c
@@ -59,11 +59,6 @@ void rv_gettimeofday(struct timeval *tv)
59
tv->tv_usec = tv_usec;
60
}
61
62
-/* TODO: Clarify newlib's handling of time units.
63
- * It appears that newlib is using millisecond resolution for time manipulation,
64
- * while clock_gettime expects nanoseconds in the timespec struct.
65
- * Further investigation are needed.
66
- */
67
void rv_clock_gettime(struct timespec *tp)
68
{
69
int32_t tv_sec, tv_usec;
0 commit comments