Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clock.h: add monotonic error for darwin
  • Loading branch information
perexg committed Mar 6, 2016
1 parent ed69f76 commit 3ce704f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clock.h
Expand Up @@ -26,6 +26,7 @@
#endif

#ifdef PLATFORM_DARWIN
#error "Platforms without monotonic clocks are not supported!"
#define CLOCK_MONOTONIC 0
#define CLOCK_REALTIME 0

Expand Down

0 comments on commit 3ce704f

Please sign in to comment.