mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Use pa_read, pa_write and pa_poll instead of system functions
This commit is contained in:
parent
30c7c95184
commit
821562b9bc
4 changed files with 14 additions and 14 deletions
|
|
@ -67,7 +67,7 @@ static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void
|
|||
* avahi_simple_poll_quit() can succeed from another thread. */
|
||||
|
||||
pa_mutex_unlock(mutex);
|
||||
r = poll(ufds, nfds, timeout);
|
||||
r = pa_poll(ufds, nfds, timeout);
|
||||
pa_mutex_lock(mutex);
|
||||
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue