mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Fixup bug 1121269 for b2g bustage on a CLOSED TREE. r=me
This commit is contained in:
parent
3ab5aadefa
commit
15332868d1
@ -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