mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-30 16:04:54 +00:00
The return type of gettimeofday() is actually int' not
void'.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@668 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
2
pgm.h
2
pgm.h
@@ -121,7 +121,7 @@ PROGRAMMER * pgm_new(void);
|
|||||||
*/
|
*/
|
||||||
void usleep(unsigned long us);
|
void usleep(unsigned long us);
|
||||||
|
|
||||||
void gettimeofday(struct timeval *tv, struct timezone *tz);
|
int gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||||
|
|
||||||
#endif /* __win32native_h */
|
#endif /* __win32native_h */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user