Add macOS support #34
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-01 07:57:42 -05:00
parent d45d91340f
commit d9dd2a59e7
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ auto convert_to_uint64(pthread_t thread) -> std::uint64_t {
#else // defined(__APPLE__)
return static_cast<std::uint64_t>(thread);
#endif // defined(__APPLE__)
}
auto get_last_error_code() -> int { return errno; }