mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
solaris: update call of pa_thread_new to new prototype
This commit is contained in:
parent
03c4fd5c4c
commit
ee4a33b586
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue