summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 14:53:51 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 14:53:51 +0000
commitb8b2d04e7f6e4a8dff0743e885fe540a627ab7a6 (patch)
tree304cc412fd464dfd1a499ee6036d49b6f5e6b264 /sal
parentdfe71dabee5e3ff50f1903792f9c3b86613531da (diff)
INTEGRATION: CWS crashreport02 (1.20.14); FILE MERGED
2004/05/26 10:54:50 hro 1.20.14.1: #i441# Correctly handle SIGQUIT
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/signal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c
index 5c65661ac35c..17f514c3f564 100644
--- a/sal/osl/unx/signal.c
+++ b/sal/osl/unx/signal.c
@@ -2,9 +2,9 @@
*
* $RCSfile: signal.c,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 11:06:35 $
+ * last change: $Author: obo $ $Date: 2004-05-28 15:53:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ static struct SignalAction
{
{ SIGHUP, ACT_IGNORE, NULL }, /* hangup */
{ SIGINT, ACT_EXIT, NULL }, /* interrupt (rubout) */
- { SIGQUIT, ACT_ABORT, NULL }, /* quit (ASCII FS) */
+ { SIGQUIT, ACT_EXIT, NULL }, /* quit (ASCII FS) */
{ SIGILL, ACT_SYSTEM, NULL }, /* illegal instruction (not reset when caught) */
/* changed from ACT_ABOUT to ACT_SYSTEM to try and get collector to run*/
{ SIGTRAP, ACT_ABORT, NULL }, /* trace trap (not reset when caught) */