fix: clock_gettime on macOs
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 7 May 2021 15:34:33 +0000 (11:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 May 2021 17:44:06 +0000 (13:44 -0400)
commit86e8ab17bc98f890f7da1aa5af6ad9038820c618
tree2ea51f5f4b5dbfcf79a2f8c90461bb4d62329c73
parent5e1b7c840a2b21b8442b322cedbb70a790e49520
fix: clock_gettime on macOs

Newer version of macOs have an implementation of clock_gettime() that
requires additionnal setup, move the platform specific code first so it
is always used.

Change-Id: I12fcdeff6c0ae59bc1a13f4e2cd7f4ebcedfc253
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/urcu/arch/generic.h
This page took 0.02487 seconds and 4 git commands to generate.