]> code.delx.au - pulseaudio/commitdiff
solaris: update call of pa_thread_new to new prototype
authorEdward Rudd <urkle@outoforder.cc>
Tue, 22 Feb 2011 16:04:19 +0000 (11:04 -0500)
committerColin Guthrie <cguthrie@mandriva.org>
Tue, 22 Feb 2011 21:32:53 +0000 (21:32 +0000)
src/modules/module-solaris.c

index 396094ce8a686b1cfd1aca5aa52fbdb28d747989..5c1a86c298f7a7740d0a2cec4a4ced0f3c9e8f6a 100644 (file)
@@ -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;
     }