* setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06
changes.
This commit is contained in:
@ -861,7 +861,7 @@ setup_handler (int sig, void *handler, struct sigaction& siga, _cygtls *tls)
|
||||
tls->interrupt_setup (sig, handler, siga);
|
||||
interrupted = true;
|
||||
tls->unlock ();
|
||||
break;
|
||||
goto out;
|
||||
}
|
||||
|
||||
DWORD res;
|
||||
|
Reference in New Issue
Block a user