8
0
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:
AlexPeshkoff 2023-10-07 08:48:52 +03:00
parent 957768cab0
commit f9e2892484

View File

@ -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) {