Commit Diff


commit - 3afc6b5e70c2a589f8ca9f8feb5470d2975a2915
commit + 1ac1981659ba7abcc1c76436e4b4dfc2bc616d2a
blob - 4ed252e00d208e3173832679a894ce0ef87d1f1b
blob + 7aa1494a5115d3687c14a0928eda7f1e84f2cf40
--- src/libthread/daemonize.c
+++ src/libthread/daemonize.c
@@ -74,7 +74,17 @@ static int sigs[] = 
 	SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
 	SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, 
 	SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
-	SIGWINCH, SIGIO, SIGPWR, SIGSYS
+	SIGWINCH, SIGIO, 
+#ifdef SIGEMT
+	SIGEMT,
+#endif
+#ifdef SIGPWR
+	SIGPWR, 
+#endif
+#ifdef SIGINFO
+	SIGINFO,
+#endif
+	SIGSYS
 };
 
 void