aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk/musl-mutex-init.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/asterisk: do not use mutex initializersTimo Teräs2014-08-041-0/+12
... the default type should not be assumed to be recursive as it's not specified in any spec. And in musl it defaults to non-recursive mutex. (cherry picked from commit 4291c7de2d59b026cf346e174bf14945cfc617b6)