summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xinit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xinit.c b/xinit.c
index 57bb72b..2d732f2 100644
--- a/xinit.c
+++ b/xinit.c
@@ -63,10 +63,6 @@ in this Software without prior written authorization from The Open Group.
#endif
#endif
-#if !defined(SIGCHLD) && defined(SIGCLD)
-#define SIGCHLD SIGCLD
-#endif
-
#include <stdlib.h>
#ifndef SHELL
@@ -293,9 +289,7 @@ main(int argc, char *argv[])
/*
* Start the server and client.
*/
-#ifdef SIGCHLD
signal(SIGCHLD, SIG_DFL); /* Insurance */
-#endif
/* Let those signal interrupt the wait() call in the main loop */
memset(&sa, 0, sizeof sa);