mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-21 15:41:41 +08:00
Add gettimeofday declaration in sys/time.h
This commit is contained in:
@@ -40,4 +40,6 @@ struct tm {
|
|||||||
const char *tm_zone; /* Timezone abbreviation. */
|
const char *tm_zone; /* Timezone abbreviation. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int gettimeofday(struct timeval *tp, void *ignore);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user