Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): allow recursive locking with musl libc
* refactor(core): Use recursive locks [93838cd] introduced recursive locking. * PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not defined in musl libc * use PTHREAD_MUTEX_INITIALIZER on musl libc systems Signed-off-by: Goetz Goerisch <[email protected]>
- Loading branch information