8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Allow compile on Darwin

This commit is contained in:
paulbeach 2012-03-22 13:09:04 +00:00
parent c1505af051
commit 95d274f249

View File

@ -115,7 +115,7 @@ public:
void enter()
{
dispatch_semaphore_wait(semaphore);
dispatch_semaphore_wait(semaphore, DISPATCH_TIME_FOREVER);
}
void release(SLONG count = 1)