summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:14:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:14:50 +0000
commit34f784d2b9d557ed24b1c817169dfbab8f5a3f9f (patch)
treebc2605f430c72adab7a13fe909b36754f4481bbd /sal/inc
parent761ecf6626e1b98b6db989e1631c0d84cdb5c160 (diff)
INTEGRATION: CWS sal05 (1.6.88); FILE MERGED
2003/11/24 09:51:05 tra 1.6.88.1: #112918#declared function osl_getGlobalMutex() as osl_getGlobalMutex(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/osl/mutex.h b/sal/inc/osl/mutex.h
index 329d3b168011..7cf535489cc7 100644
--- a/sal/inc/osl/mutex.h
+++ b/sal/inc/osl/mutex.h
@@ -2,9 +2,9 @@
*
* $RCSfile: mutex.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 16:45:37 $
+ * last change: $Author: hr $ $Date: 2004-02-03 13:14:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ sal_Bool SAL_CALL osl_releaseMutex(oslMutex Mutex);
/** Returns a unique and global mutex.
@return the global mutex.
*/
-oslMutex * SAL_CALL osl_getGlobalMutex();
+oslMutex * SAL_CALL osl_getGlobalMutex(void);
#ifdef __cplusplus
}