Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-12-27 23:47:49 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-12-27 23:47:49 +0300
commit20e84812d2e9e4aa9a979f305729c44b6decc64f (patch)
tree2e6a9e3cd58bf0e0216862ca2e2cd7e7b8f6d380 /winsup
parentde6c4c6a5f5743392ed7b2935c9dbd41365e10ae (diff)
* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/exceptions.cc1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 470796390..e63f70218 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-12-27 Corinna Vinschen <corinna@vinschen.de>
+ * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
+
+2005-12-27 Corinna Vinschen <corinna@vinschen.de>
+
* exceptions.cc (inside_kernel): Rename from interruptible.
Accommodate change throughout file.
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index e13f6fa54..48ea75604 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -521,7 +521,6 @@ _cygtls::handle_exceptions (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT
{
si.si_signo = SIGBUS;
si.si_code = BUS_OBJERR;
- break;
}
else
{