mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 08:03:03 +01:00
In case of System V semaphores mutex_fini() no-op too
This commit is contained in:
parent
e72a50c255
commit
a95079b725
@ -2958,6 +2958,22 @@ int ISC_mutex_init(struct mtx* mutex)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ISC_mutex_fini(struct mtx *mutex)
|
||||||
|
{
|
||||||
|
/**************************************
|
||||||
|
*
|
||||||
|
* m u t e x _ f i n i ( S Y S V )
|
||||||
|
*
|
||||||
|
**************************************
|
||||||
|
*
|
||||||
|
* Functional description
|
||||||
|
* Destroy a mutex.
|
||||||
|
*
|
||||||
|
**************************************/
|
||||||
|
// no-op for SystemV semaphores
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int ISC_mutex_lock(struct mtx* mutex)
|
int ISC_mutex_lock(struct mtx* mutex)
|
||||||
{
|
{
|
||||||
/**************************************
|
/**************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user