mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 11:42:04 +10:00
now compiles under Cygwin and eCos again.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1102 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
88c940c4b8
commit
edfca66467
@ -83,10 +83,15 @@ struct timeval {
|
||||
|
||||
/* gettimeofday() */
|
||||
#ifndef HAVE_GETTIMEOFDAY
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
#endif
|
||||
struct timezone;
|
||||
|
||||
extern int gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user