fix value for kFreeBSD

This commit is contained in:
Wolfgang Hommel
2013-10-20 21:56:56 +02:00
parent 1f938d9642
commit 3a8a2b0351

View File

@@ -85,7 +85,7 @@ typedef int clockid_t;
/* some systems lack raw clock */
#ifndef CLOCK_MONOTONIC_RAW
#define CLOCK_MONOTONIC_RAW 4
#define CLOCK_MONOTONIC_RAW (CLOCK_MONOTONIC + 1)
#endif