Clean up SIGCHLD handling a bit.
[bpt/emacs.git] / src / sysdep.c
index 1d3e646..c276986 100644 (file)
@@ -1901,6 +1901,8 @@ init_signals (bool dumping)
       sigaction (SIGFPE, &action, 0);
     }
 
+  catch_child_signal ();
+
 #ifdef SIGUSR1
   add_user_signal (SIGUSR1, "sigusr1");
 #endif