mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
12
compat/sys/time.h
Normal file
12
compat/sys/time.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||
void usleep(__int64 usec);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
typedef __int64 useconds_t;
|
Reference in New Issue
Block a user