mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Refactor gettimeofday()
This commit is contained in:
parent
4238e4def9
commit
af3df0893b
11 changed files with 195 additions and 36 deletions
2
third_party/tidy/sprtf.c
vendored
2
third_party/tidy/sprtf.c
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue