mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Fixed timer bug on freebsd
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
5b2dced157
commit
8d45de02c5
|
@ -43,7 +43,7 @@ Revision History:
|
||||||
#define CLOCKID CLOCK_PROCESS_CPUTIME_ID
|
#define CLOCKID CLOCK_PROCESS_CPUTIME_ID
|
||||||
#else
|
#else
|
||||||
// FreeBSD does not support CLOCK_PROCESS_CPUTIME_ID
|
// FreeBSD does not support CLOCK_PROCESS_CPUTIME_ID
|
||||||
#define CLOCKID CLOCK_PROF
|
#define CLOCKID CLOCK_MONOTONIC
|
||||||
#endif
|
#endif
|
||||||
#define SIG SIGRTMIN
|
#define SIG SIGRTMIN
|
||||||
// ---------
|
// ---------
|
||||||
|
|
Loading…
Reference in a new issue