comparison src/sysdep.c @ 2939:34492be68ced

* sysdep.c (sys_suspend): Set synch_process_alive, so that wait_for_termination has something to wait for.
author Jim Blandy <jimb@redhat.com>
date Fri, 21 May 1993 22:33:45 +0000
parents 409c1022bad5
children 9ac629dc3a4b
comparison
equal deleted inserted replaced
2938:0d26c3d15c1b 2939:34492be68ced
588 write (1, "Can't execute subshell", 22); 588 write (1, "Can't execute subshell", 22);
589 _exit (1); 589 _exit (1);
590 } 590 }
591 591
592 save_signal_handlers (saved_handlers); 592 save_signal_handlers (saved_handlers);
593 synch_process_alive = 1;
593 wait_for_termination (pid); 594 wait_for_termination (pid);
594 restore_signal_handlers (saved_handlers); 595 restore_signal_handlers (saved_handlers);
595 596
596 #endif /* no USG_JOBCTRL */ 597 #endif /* no USG_JOBCTRL */
597 #endif /* no SIGTSTP */ 598 #endif /* no SIGTSTP */