From: Roland McGrath Date: Mon, 12 Apr 1993 20:51:42 +0000 (+0000) Subject: Formerly main.c.~78~ X-Git-Tag: 3.70.2~326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c01d0459a99d9e5a594c5c2d02fff68719ad1c9;p=platform%2Fupstream%2Fmake.git Formerly main.c.~78~ --- diff --git a/main.c b/main.c index a76b479..c4a7ddf 100644 --- a/main.c +++ b/main.c @@ -695,9 +695,10 @@ main (argc, argv, envp) /* Set up to handle children dying. This must be done before reading in the makefiles so that `shell' function calls will work. */ -#if defined (SIGCHLD) && !defined (USG) +#ifdef SIGCHLD (void) signal (SIGCHLD, child_handler); -#else +#endif +#ifdef SIGCLD (void) signal (SIGCLD, child_handler); #endif