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.
2 parents 8bb2817 + 09c5420 commit d9b8984Copy full SHA for d9b8984
components/libc/compilers/common/sys/time.h
@@ -38,7 +38,7 @@ struct timeval {
38
};
39
#endif /* _TIMEVAL_DEFINED */
40
41
-#if !defined __GNUC__ && !defined __ICCARM__
+#if !(defined(__GNUC__) && !defined(__ARMCC_VERSION)) && !defined (__ICCARM__)
42
struct timespec {
43
time_t tv_sec; /* seconds */
44
long tv_nsec; /* and nanoseconds */
0 commit comments