mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Allow compile on Darwin
This commit is contained in:
parent
c1505af051
commit
95d274f249
@ -115,7 +115,7 @@ public:
|
||||
|
||||
void enter()
|
||||
{
|
||||
dispatch_semaphore_wait(semaphore);
|
||||
dispatch_semaphore_wait(semaphore, DISPATCH_TIME_FOREVER);
|
||||
}
|
||||
|
||||
void release(SLONG count = 1)
|
||||
|
Loading…
Reference in New Issue
Block a user