Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit b2505d6

Browse files
gettimeofday for Windows with python 3.6 (#873)
1 parent 737ccef commit b2505d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdc/transport/hpat_transport_single_process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <Windows.h>
3636

3737
// no gettimeofday on Win32/Win64
38-
int gettimeofday(struct timeval* tp, struct timezone* tzp)
38+
int gettimeofday(struct timeval* tp, void* tzp)
3939
{
4040
static const uint64_t EPOCH = ((uint64_t)116444736000000000ULL);
4141

0 commit comments

Comments
 (0)