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/ChangeLog | 5 +++++ winsup/cygwin/exceptions.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 87921e928..3fed94d14 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-08-22 Christopher Faylor + + * exceptions.cc (sig_handle): Change so that default signals indicate + success. + 2003-08-21 Christopher Faylor * sigproc.cc (wait_sig): Remove redundant test in do/while. 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