mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Trying to fix MacOS build
This commit is contained in:
parent
957768cab0
commit
f9e2892484
@ -253,7 +253,7 @@ static const char* semName = "/firebird_temp_sem";
|
||||
}
|
||||
}
|
||||
|
||||
Semaphore::~Semaphore()
|
||||
Semaphore::~Semaphore() noexcept(false)
|
||||
{
|
||||
int err = pthread_mutex_destroy(&mu);
|
||||
if (err != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user