Add gettimeofday declaration in sys/time.h

This commit is contained in:
Bernard Xiong 2013-09-08 15:01:29 +08:00
parent 15b9db80d6
commit 2bcb9edd91
1 changed files with 2 additions and 0 deletions

View File

@ -40,4 +40,6 @@ struct tm {
const char *tm_zone; /* Timezone abbreviation. */
};
int gettimeofday(struct timeval *tp, void *ignore);
#endif