aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 771b6e8b..ea814a6c 100644
--- a/daemon.c
+++ b/daemon.c
@@ -206,7 +206,7 @@ nottyDetach:
/* set up to catch child process termination signals */
signal(SIGCLD, sigchld_handler);
-#if defined(QNX)
+#if defined(SIGPWR)
signal(SIGPWR, sigchld_handler);
#endif
}