summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-19 21:00:06 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-19 21:00:06 +0200
commit32e2cd6d3216f780c4cffed0f8eb3c30f2c8d732 (patch)
tree9b914689e3a7c9577c38ff15f0f60f550b8e4741 /src/daemon
parenta62db279b71f8a715c1559fbc4bb1c037159fd14 (diff)
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finally fixed for granularity
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index 4b2a1f8b..2ecd6c2f 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -84,7 +84,6 @@
#include <pulsecore/pid.h>
#include <pulsecore/namereg.h>
#include <pulsecore/random.h>
-#include <pulsecore/rtsig.h>
#include <pulsecore/rtclock.h>
#include <pulsecore/macro.h>
#include <pulsecore/mutex.h>
@@ -797,11 +796,6 @@ 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
- /* Valgrind uses SIGRTMAX. To easy debugging we don't use it here */
- pa_rtsig_configure(SIGRTMIN, SIGRTMAX-1);
-#endif
-
if (conf->lock_memory) {
#ifdef HAVE_SYS_MMAN_H
if (mlockall(MCL_FUTURE) < 0)