The return type of gettimeofday() is actually `int' not `void'.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@668 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2006-09-30 19:36:22 +00:00
parent 0353e3ade9
commit 860aea6e04
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ PROGRAMMER * pgm_new(void);
*/
void usleep(unsigned long us);
void gettimeofday(struct timeval *tv, struct timezone *tz);
int gettimeofday(struct timeval *tv, struct timezone *tz);
#endif /* __win32native_h */