Skip to content
Snippets Groups Projects
Commit f448569c authored by Yalu Zhang's avatar Yalu Zhang Committed by Sukru Senli
Browse files

Fix a problem of dead lock

It is caused that PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not defined on Broadcom ARM platform.
But recursive mutex is mandatory for Asterisk to work properly. Otherwise there will be dead lock
in some modules, e.g. loader.c.
parent 3cc72041
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment