mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
build fix
This commit is contained in:
parent
274db26339
commit
8cf6808c50
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static clock_serv_t _machGetRealtimeClock() noexcept
|
|||
host_get_clock_service(mach_host_self(),CALENDAR_CLOCK,&c);
|
||||
return c;
|
||||
}
|
||||
static clock_serv_t s_machRealtimeClock = _machGetRealtimeClock();
|
||||
clock_serv_t OSUtils::s_machRealtimeClock = _machGetRealtimeClock();
|
||||
#endif
|
||||
|
||||
unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...)
|
||||
|
|
Loading…
Add table
Reference in a new issue