build fix

This commit is contained in:
Adam Ierymenko 2020-03-23 16:24:39 -07:00
parent 274db26339
commit 8cf6808c50
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -37,7 +37,7 @@ static clock_serv_t _machGetRealtimeClock() noexcept
host_get_clock_service(mach_host_self(),CALENDAR_CLOCK,&c); host_get_clock_service(mach_host_self(),CALENDAR_CLOCK,&c);
return c; return c;
} }
static clock_serv_t s_machRealtimeClock = _machGetRealtimeClock(); clock_serv_t OSUtils::s_machRealtimeClock = _machGetRealtimeClock();
#endif #endif
unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...) unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...)