4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 17:10:25 +08:00
This commit is contained in:
mysterywolf 2020-12-16 16:05:43 +08:00
parent 9d004a2892
commit e5b10628ee

View File

@ -36,8 +36,7 @@ struct timeval {
};
#endif /* _TIMEVAL_DEFINED */
#ifndef _TIMESPEC
#define _TIMESPEC
#ifndef __GNUC__
struct timespec {
time_t tv_sec; /* seconds */
long tv_nsec; /* and nanoseconds */