diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulsecore/rtpoll.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/rtpoll.c b/src/pulsecore/rtpoll.c index 74035081..afcd7e5d 100644 --- a/src/pulsecore/rtpoll.c +++ b/src/pulsecore/rtpoll.c @@ -98,7 +98,7 @@ struct pa_rtpoll_item {  PA_STATIC_FLIST_DECLARE(items, 0, pa_xfree); -static void signal_handler_noop(int s) { write(2, "signal\n", 7); } +static void signal_handler_noop(int s) { /* write(2, "signal\n", 7); */ }  pa_rtpoll *pa_rtpoll_new(void) {      pa_rtpoll *p;  | 
