projects
/
libreoffice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd087d2
)
Condition for definition of LastIdent must match condition for its use
author
Stephan Bergmann
<sbergman@redhat.com>
Mon, 4 Dec 2017 20:33:35 +0000
(21:33 +0100)
committer
Rene Engelhard
<rene@debian.org>
Tue, 10 Jul 2018 19:07:55 +0000
(20:07 +0100)
Condition for definition of LastIdent must match condition for its use
Change-Id: Iccc58d396d8c80a717e9d33ed8d872aadea08afa
Gbp-Pq: Name sal-fix-kfreebsd-build.diff
sal/osl/unx/thread.cxx
patch
|
blob
|
history
diff --git
a/sal/osl/unx/thread.cxx
b/sal/osl/unx/thread.cxx
index 639e8b6cec2637c8e18739c86e175e156a68922d..affbc5c3fb9cda1bf0d0d29a525ad6c175dcda8e 100644
(file)
--- a/
sal/osl/unx/thread.cxx
+++ b/
sal/osl/unx/thread.cxx
@@
-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