From ee4a33b5869f355670faca4adcc40fefd2797e0d Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 22 Feb 2011 11:04:19 -0500 Subject: solaris: update call of pa_thread_new to new prototype --- src/modules/module-solaris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/module-solaris.c') diff --git a/src/modules/module-solaris.c b/src/modules/module-solaris.c index 396094ce..5c1a86c2 100644 --- a/src/modules/module-solaris.c +++ b/src/modules/module-solaris.c @@ -1015,7 +1015,7 @@ int pa__init(pa_module *m) { else pa_log_warn("Could not register SIGPOLL handler"); - if (!(u->thread = pa_thread_new(thread_func, u))) { + if (!(u->thread = pa_thread_new("solaris", thread_func, u))) { pa_log("Failed to create thread."); goto fail; } -- cgit