And fixed build errors on non-macOS systems. We're good!
This commit is contained in:
parent
bfd608cf8e
commit
89e882c4a8
|
@ -60,7 +60,7 @@ static void baseInit(void)
|
|||
timerTime timerMonotonicNow(void)
|
||||
{
|
||||
struct timespec ts;
|
||||
timerTIme ret;
|
||||
timerTime ret;
|
||||
int err;
|
||||
|
||||
err = pthread_once(&baseOnce, baseInit);
|
||||
|
|
Loading…
Reference in New Issue