fix curl gettimeofday bug
This commit is contained in:
parent
7c570fb71a
commit
14a7361895
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ gettimeofday (struct timeval *tp, void *nothing)
|
|||
tp->tv_sec = Sec;
|
||||
tp->tv_usec = Usec;
|
||||
#endif
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
#define HAVE_GETTIMEOFDAY
|
||||
#endif
|
||||
|
|
Reference in a new issue