mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
core-util: introduce pa_disable_sigpipe()
This commit is contained in:
parent
ebce3185ef
commit
759a9d0cc5
4 changed files with 27 additions and 4 deletions
|
|
@ -946,9 +946,7 @@ int main(int argc, char *argv[]) {
|
|||
valid_pid_file = TRUE;
|
||||
}
|
||||
|
||||
#ifdef SIGPIPE
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
pa_disable_sigpipe();
|
||||
|
||||
if (pa_rtclock_hrtimer())
|
||||
pa_log_info(_("Fresh high-resolution timers available! Bon appetit!"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue