From 29cd21d03ad15cedef5c9d1e9770b8491bf9dfc4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 22 Aug 2003 17:01:53 +0000 Subject: * exceptions.cc (sig_handle): Change so that default signals indicate success. --- 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 cff5719cf..e99751714 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -992,7 +992,7 @@ set_process_mask (sigset_t newmask) int __stdcall sig_handle (int sig) { - int rc = 0; + int rc = 1; sigproc_printf ("signal %d", sig); -- cgit v1.2.3