changeset 1207:af619d68a576

* process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX] (create_process): #if 0 out the code which sets the child's handler for SIGCHLD to sigchld; the code which gives sigchld its value has been diked out under these CPP symbols, so this should be diked out too.
author Jim Blandy <jimb@redhat.com>
date Wed, 23 Sep 1992 11:51:59 +0000
parents de54d705652f
children fa662930e654
files src/process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Wed Sep 23 10:33:26 1992 +0000
+++ b/src/process.c	Wed Sep 23 11:51:59 1992 +0000
@@ -1274,7 +1274,9 @@
 #if defined (BSD) || defined (UNIPLUS) || defined (HPUX)
 	sigsetmask (SIGEMPTYMASK);
 #else /* ordinary USG */
+#if 0
 	signal (SIGCHLD, sigchld);
+#endif
 #endif /* ordinary USG */
 #endif /* not BSD4_1 */
 #endif /* SIGCHLD */