summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:49:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:49:45 +0000
commit0c27f1e5ef5f1b194b7960dbf75766bcd97e8096 (patch)
treef26353605c68b935158c160aed3f76c9362568da /sal/osl
parent3a1a53b22e70924491e1cfbdf7510d1875f12026 (diff)
INTEGRATION: CWS ooo20031216 (1.21.2); FILE MERGED
2003/12/28 12:10:42 pjanik 1.21.2.1: #i8593#: Do not include sigcontext.h on x86_64.
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index a523b8311231..cf009d7fa3d5 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -2,9 +2,9 @@
*
* $RCSfile: system.h,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 13:23:38 $
+ * last change: $Author: hr $ $Date: 2004-02-04 13:49:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@
#if GLIBC >= 2
# include <shadow.h>
-# if !defined(SPARC)
+# if ! (defined(SPARC) || defined(X86_64))
# include <asm/sigcontext.h>
# endif
# include <pthread.h>