summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:18:47 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:18:47 +0000
commit0a0d6642b62bb95ef61ee09aeae1086eb6ff40af (patch)
treef4fffa8deb1022d8a1d1da27ab579d76f85697c9
parentb3c659c32c3f7ba0be17730696443892d637c0c5 (diff)
INTEGRATION: CWS geordi2q01 (1.19.16); FILE MERGED
2003/08/18 13:16:35 hr 1.19.16.1: #i18350#: join changes from CWS ooo11rc3
-rw-r--r--sal/osl/unx/system.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index b482d639070a..2d3068caca31 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -2,9 +2,9 @@
*
* $RCSfile: system.h,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 17:21:57 $
+ * last change: $Author: hjs $ $Date: 2003-08-18 15:18:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,9 @@
#define __USE_GNU
#if GLIBC >= 2
# include <shadow.h>
-# include <asm/sigcontext.h>
+# if !defined(SPARC)
+# include <asm/sigcontext.h>
+# endif
# include <pthread.h>
# include <sys/file.h>
# include <sys/ioctl.h>