forked from mirrors/gecko-dev
Fixup bug 1121269 for b2g bustage on a CLOSED TREE. r=me
This commit is contained in:
parent
3ab5aadefa
commit
15332868d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue