get rid of the incorrect CLOCK_MONOTONIC redefinition

This commit is contained in:
Nadia Holmquist Pedersen 2024-11-23 12:43:06 +01:00
parent 0db536c063
commit 1d6c9023ff
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ const u8 kServerMAC[6] = {0x00, 0xAB, 0x33, 0x28, 0x99, 0x44};
// https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows // https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows
struct timespec { long tv_sec; long tv_nsec; }; struct timespec { long tv_sec; long tv_nsec; };
#define CLOCK_MONOTONIC 1312
int clock_gettime(int, struct timespec *spec) int clock_gettime(int, struct timespec *spec)
{ {