THRIFT-2023: gettimeofday implementation in Windows errors when no time

zone is passed in
Client: cpp
Patch: Ben Craig
This commit is contained in:
Ben Craig 2013-08-28 15:08:23 -05:00
parent 452dd5b42b
commit 9df014012e

View File

@ -88,7 +88,7 @@ int thrift_gettimeofday(struct timeval * tv, struct timezone * tz)
}
}
return -1;
return 0;
}
int thrift_sleep(unsigned int seconds)