Add macOS support #34
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -31,7 +31,6 @@ auto convert_to_uint64(pthread_t thread) -> std::uint64_t {
|
|||||||
#else // defined(__APPLE__)
|
#else // defined(__APPLE__)
|
||||||
return static_cast<std::uint64_t>(thread);
|
return static_cast<std::uint64_t>(thread);
|
||||||
#endif // defined(__APPLE__)
|
#endif // defined(__APPLE__)
|
||||||
}
|
|
||||||
|
|
||||||
auto get_last_error_code() -> int { return errno; }
|
auto get_last_error_code() -> int { return errno; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user