only need TIMER_ABSTIME on apple

This commit is contained in:
nick black 2021-07-12 17:46:56 -05:00 committed by nick black
parent bc9a4344ae
commit 5015e39f16

View File

@ -9,7 +9,7 @@ extern "C" {
#define NANOSECS_IN_SEC 1000000000ul
#ifndef TIMER_ABSTIME
#ifdef __APPLE__
#define TIMER_ABSTIME 1
#endif