diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:46:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:46:55 +0000 |
commit | 3a2ab6f0cbf184e297c68b1318fc9a9b5819467f (patch) | |
tree | 9dc0c55f0d41e4a7290e6c77afdce5486e6e1d75 /tools/source | |
parent | 0c800046cfae26eab54abc57e26302702859ef15 (diff) |
INTEGRATION: CWS ooo20031216 (1.3.2); FILE MERGED
2003/12/13 13:53:52 waratah 1.3.2.1: Linux Kernel 2.6 patch, this allows the code to use the non-fork version, corrected for documentation purposes at this stage
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/solar/solar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/solar/solar.c b/tools/source/solar/solar.c index b612c9416654..78991a01e96b 100644 --- a/tools/source/solar/solar.c +++ b/tools/source/solar/solar.c @@ -2,9 +2,9 @@ * * $RCSfile: solar.c,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 18:04:03 $ + * last change: $Author: hr $ $Date: 2004-02-04 13:46:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -270,7 +270,7 @@ int check( TestFunc func, Type eT, void* p ) bSignal = 0; - if ( !sigsetjmp( check_env, 0 ) ) + if ( !sigsetjmp( check_env, 1 ) ) { signal( SIGSEGV, SignalHdl ); signal( SIGBUS, SignalHdl ); |