From: Jaroslav Kysela Date: Sun, 6 Mar 2016 08:38:23 +0000 (+0100) Subject: clock.h: add monotonic error for darwin X-Git-Tag: v4.2.1~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ce704f291925ab8639848d7441bf1313d70e63d;p=thirdparty%2Ftvheadend.git clock.h: add monotonic error for darwin --- diff --git a/src/clock.h b/src/clock.h index 328b3af82..1a169ec84 100644 --- a/src/clock.h +++ b/src/clock.h @@ -26,6 +26,7 @@ #endif #ifdef PLATFORM_DARWIN +#error "Platforms without monotonic clocks are not supported!" #define CLOCK_MONOTONIC 0 #define CLOCK_REALTIME 0