mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixup bug 1121269 for b2g bustage on a CLOSED TREE. r=me
This commit is contained in:
parent
0c5211449d
commit
d8f563fcbd
@ -331,7 +331,7 @@ static bool sForkWaitCondChanged = false;
|
||||
* This mutex protects the access to sTLSKeys, which keeps track of existing
|
||||
* TLS Keys.
|
||||
*/
|
||||
static pthread_mutex_t sTLSKeyLock = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP;
|
||||
static pthread_mutex_t sTLSKeyLock = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER;
|
||||
static int sThreadSkipCount = 0;
|
||||
|
||||
static thread_info_t *
|
||||
|
Loading…
Reference in New Issue
Block a user