diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/daemon/main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c index 0e759d27..c135a6be 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -614,7 +614,9 @@ int main(int argc, char *argv[]) {      else          pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"); +#ifdef SIGRTMIN      pa_rtsig_configure(SIGRTMIN, SIGRTMAX); +#endif      pa_assert_se(mainloop = pa_mainloop_new());  | 
