]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
clock.h: add monotonic error for darwin
authorJaroslav Kysela <perex@perex.cz>
Sun, 6 Mar 2016 08:38:23 +0000 (09:38 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 6 Mar 2016 08:38:23 +0000 (09:38 +0100)
src/clock.h

index 328b3af827844505db8b57c656b40a0f55564e7c..1a169ec847b950435cac9199c3841a601452f081 100644 (file)
@@ -26,6 +26,7 @@
 #endif
 
 #ifdef PLATFORM_DARWIN
+#error "Platforms without monotonic clocks are not supported!"
 #define CLOCK_MONOTONIC 0
 #define CLOCK_REALTIME 0