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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-29 06:06:49 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-29 06:06:49 +0400
commitd824bcf985a8a5fd96169135fd13a37729af4b16 (patch)
tree9e9cb02a7c42cf39bcd4daef1c418fb5da82bbc6 /winsup/cygwin/sigproc.h
parent1b38471e5ed5a618f316be3ada5c30ccc17f1e51 (diff)
* signal.cc (_raise): New function.
* exceptions.cc (unused_sig_wrapper): Remove _raise. * sigproc.h (class sigframe): Default frames to skip to zero or suffer from exuberant optimization. * fhandler_tty.cc (fhandler_tty::write): Set appropriate errno when WriteFile to pipe fails.
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index 9e1c3fb4d..9d3b68922 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -60,7 +60,7 @@ public:
}
sigframe () {st = NULL;}
- sigframe (sigthread &t, int up = 1)
+ sigframe (sigthread &t, int up = 0)
{
if (!t.frame && t.id == GetCurrentThreadId ())
set (t, up);