update
This commit is contained in:
parent
e5b10628ee
commit
ab75425540
|
@ -36,7 +36,7 @@ struct timeval {
|
||||||
};
|
};
|
||||||
#endif /* _TIMEVAL_DEFINED */
|
#endif /* _TIMEVAL_DEFINED */
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#if !defined __GNUC__ && !defined __ICCARM__
|
||||||
struct timespec {
|
struct timespec {
|
||||||
time_t tv_sec; /* seconds */
|
time_t tv_sec; /* seconds */
|
||||||
long tv_nsec; /* and nanoseconds */
|
long tv_nsec; /* and nanoseconds */
|
||||||
|
|
Loading…
Reference in New Issue