summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/thread-posix.c')
-rw-r--r--src/pulsecore/thread-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/thread-posix.c b/src/pulsecore/thread-posix.c
index bc71ea47..2e8d6b68 100644
--- a/src/pulsecore/thread-posix.c
+++ b/src/pulsecore/thread-posix.c
@@ -130,7 +130,7 @@ void pa_thread_yield(void) {
}
static void thread_once_once_func(void) {
- once_mutex = pa_mutex_new();
+ once_mutex = pa_mutex_new(0);
assert(once_mutex);
}