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:46:55 +0000 (13:46 -0400)
commit034a3bae119bae681a4f306a9148462b59c6d00e
tree48b51ac7cfed78702429062365d057f9a4a63c6e
parent06a7a6957865ec0aaf25487a4db52478b278731a
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.025944 seconds and 4 git commands to generate.