mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
The code in the "io_fail" section was only used for HUP handling, but there were jumps to there also from places where reading or writing failed, because the read/write failure could have been caused by HUP. This patch simplifies things by checking for HUP condition before trying to read or write. Now if reading or writing fails, we will jump to "fail" directly instead of going via the "io_fail" label. As a result, the "io_fail" label isn't needed any more. |
||
|---|---|---|
| .. | ||
| a2dp-codecs.h | ||
| bluez4-util.c | ||
| bluez4-util.h | ||
| bluez5-util.c | ||
| bluez5-util.h | ||
| module-bluetooth-discover.c | ||
| module-bluetooth-policy.c | ||
| module-bluez4-device.c | ||
| module-bluez4-discover.c | ||
| module-bluez5-device.c | ||
| module-bluez5-discover.c | ||
| rtp.h | ||