From 1d6c9023ff3067b9b3b1a3861b738cde4b21a6be Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Sat, 23 Nov 2024 12:43:06 +0100 Subject: [PATCH] get rid of the incorrect CLOCK_MONOTONIC redefinition --- src/net/Net_Slirp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/Net_Slirp.cpp b/src/net/Net_Slirp.cpp index 0386c586..cdd1e553 100644 --- a/src/net/Net_Slirp.cpp +++ b/src/net/Net_Slirp.cpp @@ -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) {