mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-21 07:11:14 +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. */
|
||||
};
|
||||
|
||||
int gettimeofday(struct timeval *tp, void *ignore);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user