get rid of the incorrect CLOCK_MONOTONIC redefinition
This commit is contained in:
parent
0db536c063
commit
1d6c9023ff
|
@ -54,7 +54,6 @@ const u8 kServerMAC[6] = {0x00, 0xAB, 0x33, 0x28, 0x99, 0x44};
|
|||
// https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows
|
||||
|
||||
struct timespec { long tv_sec; long tv_nsec; };
|
||||
#define CLOCK_MONOTONIC 1312
|
||||
|
||||
int clock_gettime(int, struct timespec *spec)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue