Condition for definition of LastIdent must match condition for its use
Change-Id: Iccc58d396d8c80a717e9d33ed8d872aadea08afa Reviewed-on: https://gerrit.libreoffice.org/45829 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
This commit is contained in:
committed by
Rene Engelhard
parent
4b45c95556
commit
aa0b08980a
@@ -567,7 +567,7 @@ static int HashSize = SAL_N_ELEMENTS(HashTable);
|
||||
|
||||
static pthread_mutex_t HashLock = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
#if ! (defined LINUX || defined MACOSX || defined IOS)
|
||||
#if ! ((defined LINUX && !defined __FreeBSD_kernel__) || defined MACOSX || defined IOS)
|
||||
static oslThreadIdentifier LastIdent = 0;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user