From d405630e71d146d12c2cc83cd254a74ec2dcbd78 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 28 Feb 2006 20:02:16 +0000 Subject: * exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check since some cygwin functions are meant to be interrupted. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 5e6a217a0..587001e7a 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -309,7 +309,7 @@ inside_kernel (CONTEXT *cx) /* Apparently Windows 95 can sometimes return bogus addresses from GetThreadContext. These resolve to a strange allocation base. These should *never* be treated as interruptible. */ - if (!h || m.State != MEM_COMMIT || h == cygwin_hmodule) + if (!h || m.State != MEM_COMMIT) res = true; else if (h == user_data->hmodule) res = false; -- cgit v1.2.3