Refactor gettimeofday()

This commit is contained in:
Justine Tunney 2022-08-05 02:13:41 -07:00
parent 4238e4def9
commit af3df0893b
11 changed files with 195 additions and 36 deletions

View file

@ -172,7 +172,7 @@ void set_log_file( char * nf, int open )
}
#ifdef _MSC_VER
int gettimeofday(struct timeval *tp, void *tzp)
int _gettimeofday(struct timeval *tp, void *tzp)
{
#ifdef WIN32
struct _timeb timebuffer;