зеркало из https://github.com/mozilla/gecko-dev.git
Removed a temporary hack added before the delayed notify fix was checked
in.
This commit is contained in:
Родитель
1848989fda
Коммит
e996b4b6bc
|
@ -104,7 +104,7 @@ static void pt_PostNotifies(PRLock *lock, PRBool unlock)
|
|||
while (notified->cv[index].times-- > 0)
|
||||
{
|
||||
rv = pthread_cond_signal(&cv->cv);
|
||||
PR_ASSERT((0 == rv) || (EINVAL == rv));
|
||||
PR_ASSERT(0 == rv);
|
||||
}
|
||||
}
|
||||
#if defined(DEBUG)
|
||||
|
|
Загрузка…
Ссылка в новой задаче