mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 15:05:27 +00:00
Fix prototype for gettimeofday().
Closes bug #17884: another gettimeofday conflict under win32/cygwin git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@667 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-09-29 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* pgm.h: Fix prototype for gettimeofday().
|
||||
Closes bug #17884: another gettimeofday conflict under win32/cygwin
|
||||
|
||||
2006-09-24 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Submitted by Thomas Fischl (initially):
|
||||
|
@@ -121,7 +121,7 @@ PROGRAMMER * pgm_new(void);
|
||||
*/
|
||||
void usleep(unsigned long us);
|
||||
|
||||
void gettimeofday(struct timeval*, void*z);
|
||||
void gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||
|
||||
#endif /* __win32native_h */
|
||||
|
||||
|
Reference in New Issue
Block a user