summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-22 15:51:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-22 15:51:01 +0000
commit60587125061549952e1979f657e4e447cd6d06fe (patch)
treef711592c5489d3e8fac27a4c943da0f310288bff /sal
parentINTEGRATION: CWS mipsebport01 (1.2.2); FILE MERGED (diff)
downloadcore-60587125061549952e1979f657e4e447cd6d06fe.tar.gz
core-60587125061549952e1979f657e4e447cd6d06fe.zip
INTEGRATION: CWS mipselport02 (1.16.16); FILE MERGED
2007/11/16 09:39:18 cmc 1.16.16.4: #i83648# after consultation, this is the perferred solution 2007/11/15 13:58:25 cmc 1.16.16.3: #i83648# document the current situation wrt. RTLD_GLOBAL 2007/11/15 13:57:20 cmc 1.16.16.2: #i83648# document the current situation wrt. RTLD_GLOBAL 2007/11/15 11:09:20 cmc 1.16.16.1: #i83648# RTLD_GLOBAL is 4 on mips, can't find out for IRIX, to make for LINUX only
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/module.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/sal/inc/osl/module.h b/sal/inc/osl/module.h
index a24e58ff2246..240edb34847a 100644
--- a/sal/inc/osl/module.h
+++ b/sal/inc/osl/module.h
@@ -4,9 +4,9 @@
*
* $RCSfile: module.h,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2007-10-15 12:47:00 $
+ * last change: $Author: ihi $ $Date: 2007-11-22 16:51:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,15 +68,10 @@ extern "C" {
#endif
-#if defined (MACOSX)
- #define SAL_LOADMODULE_GLOBAL 0x8
-#else
- #define SAL_LOADMODULE_GLOBAL 0x100
-#endif
-
#define SAL_LOADMODULE_DEFAULT 0x00000
#define SAL_LOADMODULE_LAZY 0x00001
#define SAL_LOADMODULE_NOW 0x00002
+#define SAL_LOADMODULE_GLOBAL 0x00100
typedef void* oslModule;