mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1097 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ba31adcf3e
commit
4b352e5fac
2 changed files with 11 additions and 0 deletions
|
|
@ -78,6 +78,11 @@
|
|||
|
||||
#include "core-util.h"
|
||||
|
||||
/* Not all platforms have this */
|
||||
#ifndef MSG_NOSIGNAL
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
|
||||
#ifndef OS_IS_WIN32
|
||||
#define PA_RUNTIME_PATH_PREFIX "/tmp/pulse-"
|
||||
#define PATH_SEP '/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue