aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index d3f13fd15ce..3239afa8b76 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1274,7 +1274,9 @@ create_process (process, new_argv)
1274#if defined (BSD) || defined (UNIPLUS) || defined (HPUX) 1274#if defined (BSD) || defined (UNIPLUS) || defined (HPUX)
1275 sigsetmask (SIGEMPTYMASK); 1275 sigsetmask (SIGEMPTYMASK);
1276#else /* ordinary USG */ 1276#else /* ordinary USG */
1277#if 0
1277 signal (SIGCHLD, sigchld); 1278 signal (SIGCHLD, sigchld);
1279#endif
1278#endif /* ordinary USG */ 1280#endif /* ordinary USG */
1279#endif /* not BSD4_1 */ 1281#endif /* not BSD4_1 */
1280#endif /* SIGCHLD */ 1282#endif /* SIGCHLD */