* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receiving

a SIGCONT.  Don't block waiting for completion that will never occur.
This commit is contained in:
Christopher Faylor
2000-10-25 17:57:43 +00:00
parent 45a7e9572f
commit cffaf20bf3
2 changed files with 7 additions and 1 deletions

View File

@@ -947,7 +947,7 @@ sig_handle (int sig)
while (ResumeThread (hMainThread) > 1)
;
/* process pending signals */
sig_dispatch_pending ();
sig_dispatch_pending (1);
}
#if 0