* net.cc: Remove calls to sig_dispatch_pending throughout.

* libc/rexec.cc: Ditto.
This commit is contained in:
Corinna Vinschen
2010-03-30 09:25:46 +00:00
parent e23275a8ac
commit 83dddecb34
3 changed files with 5 additions and 21 deletions

View File

@ -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;