And fixed build errors on non-macOS systems. We're good!

This commit is contained in:
Pietro Gagliardi 2019-05-04 14:44:29 -04:00
parent bfd608cf8e
commit 89e882c4a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);