Fixup bug 1121269 for b2g bustage on a CLOSED TREE. r=me

This commit is contained in:
Mike Hommey 2015-02-11 11:30:58 +09:00
parent 3ab5aadefa
commit 15332868d1

View File

@ -331,7 +331,7 @@ static bool sForkWaitCondChanged = false;
* This mutex protects the access to sTLSKeys, which keeps track of existing * This mutex protects the access to sTLSKeys, which keeps track of existing
* TLS Keys. * 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 int sThreadSkipCount = 0;
static thread_info_t * static thread_info_t *