From 1ba3935dfb61f418d81305d677475dbadfbdde3f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 2 Apr 2001 00:18:29 +0000 Subject: * exceptions.cc (sigframe::call_signal_handler): Return value of call_signal_handler_now. * sigproc.h (sigframe): Use constructor. * syscalls.cc (_read): Correct errno test prior to calling signal handler. --- winsup/cygwin/sigproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 1543aa1cf..295170389 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -71,7 +71,7 @@ public: t.get_winapi_lock (); } - sigframe () {st = NULL;} + sigframe (): st (NULL) {} sigframe (sigthread &t, DWORD ebp = (DWORD) __builtin_frame_address (0)) { if (!t.frame && t.id == GetCurrentThreadId ()) -- cgit v1.2.3