diff options
| author | Jim Blandy | 1993-05-21 22:33:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-21 22:33:45 +0000 |
| commit | ffafc79306d982a128e63a78a3a5e70f82d6f058 (patch) | |
| tree | 0c84866c80a043e9ef2058ba7cee03c836b81cef /src | |
| parent | 9361e005050afaab6f739a62f0933b0e9b615dbb (diff) | |
| download | emacs-ffafc79306d982a128e63a78a3a5e70f82d6f058.tar.gz emacs-ffafc79306d982a128e63a78a3a5e70f82d6f058.zip | |
* sysdep.c (sys_suspend): Set synch_process_alive, so that
wait_for_termination has something to wait for.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 99df6865338..79bac258c3b 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -590,6 +590,7 @@ sys_suspend () | |||
| 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 | ||