Add gettimeofday declaration in sys/time.h
This commit is contained in:
parent
15b9db80d6
commit
2bcb9edd91
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue