mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
SIGQUIT is an optional signal.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@390 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b8859b4b60
commit
3ed983c945
1 changed files with 2 additions and 0 deletions
|
|
@ -45,7 +45,9 @@
|
|||
static void oom(void) {
|
||||
static const char e[] = "Not enough memory\n";
|
||||
pa_loop_write(STDERR_FILENO, e, sizeof(e)-1);
|
||||
#ifdef SIGQUIT
|
||||
raise(SIGQUIT);
|
||||
#endif
|
||||
_exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue