Skip to content

Commit

Permalink
get rid of the incorrect CLOCK_MONOTONIC redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Nov 23, 2024
1 parent 0db536c commit 1d6c902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/Net_Slirp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1d6c902

Please sign in to comment.