mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
fix value for kFreeBSD
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user