Musl fix
This commit is contained in:
parent
f479b76772
commit
d297d8fe2e
3 changed files with 12 additions and 27 deletions
|
@ -1077,6 +1077,7 @@ int main(int argc,char **argv)
|
|||
*/
|
||||
|
||||
std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl;
|
||||
std::cout << "[info] OSUtils::now() == " << OSUtils::now() << std::endl;
|
||||
std::cout << "[info] hardware concurrency == " << std::thread::hardware_concurrency() << std::endl;
|
||||
std::cout << "[info] sizeof(NetworkConfig) == " << sizeof(ZeroTier::NetworkConfig) << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue