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:53 +0000 (13:46 -0400)
commit5c0a6bea7ff1decdc698be7ab21f9d7f306bb3fc
tree716c88b257fc726f05f0bfc0da1649b578927bd1
parent44738da7539ceb5ebf6255d2ac995a98e657b2ba
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.024991 seconds and 4 git commands to generate.