summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-xpcom__threads__nsThreadManager.cpp
blob: 80e832263a77b4b2bca5508446ea88bea1c8f536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./xpcom/threads/nsThreadManager.cpp.orig	2011-08-25 02:37:45.000000000 +0200
+++ ./xpcom/threads/nsThreadManager.cpp	2011-08-28 17:14:14.000000000 +0200
@@ -89,6 +89,11 @@
 nsresult
 nsThreadManager::Init()
 {
+#ifdef NS_TLS && (__FreeBSD_version < 802513 \
+  || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045))
+  if (!gTLSThreadID)
+    gTLSThreadID = mozilla::threads::Generic;
+#endif
   if (!mThreadsByPRThread.Init())
     return NS_ERROR_OUT_OF_MEMORY;