* net.cc: Remove calls to sig_dispatch_pending throughout.
* libc/rexec.cc: Ditto.
This commit is contained in:
@ -319,7 +319,6 @@ cygwin_rexec (char **ahost, unsigned short rport, char *name, char *pass,
|
||||
char c;
|
||||
char ahostbuf[INTERNET_MAX_HOST_NAME_LENGTH + 1];
|
||||
|
||||
sig_dispatch_pending ();
|
||||
myfault efault;
|
||||
if (efault.faulted (EFAULT))
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user