From: Jens Axboe Date: Fri, 16 Sep 2016 16:05:44 +0000 (-0600) Subject: mac: fix for 10.12 having clockid_t X-Git-Tag: fio-2.14~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=25f8227d25a77d3bc41a2044d2e662e635fa32cd;hp=25f8227d25a77d3bc41a2044d2e662e635fa32cd mac: fix for 10.12 having clockid_t Previous versions did not have this type, so we defined our own. As of 10.12 it does seem to, so add a configure test for this. Signed-off-by: Jens Axboe ---