提交 09c5420d 编写于 作者: mysterywolf's avatar mysterywolf

[libc][time][bug] 修复ARM6报错的问题

上级 ce860582
...@@ -38,7 +38,7 @@ struct timeval { ...@@ -38,7 +38,7 @@ struct timeval {
}; };
#endif /* _TIMEVAL_DEFINED */ #endif /* _TIMEVAL_DEFINED */
#if !defined __GNUC__ && !defined __ICCARM__ #if !(defined(__GNUC__) && !defined(__ARMCC_VERSION)) && !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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册