summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 38879ee6e..d9ce5b58b 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -947,7 +947,7 @@ sig_handle (int sig)
while (ResumeThread (hMainThread) > 1)
;
/* process pending signals */
- sig_dispatch_pending ();
+ sig_dispatch_pending (1);
}
#if 0