fix for threading initialization

This commit is contained in:
Vítor Santos Costa
2010-06-19 14:38:04 +01:00
parent a906bd58d6
commit 2d6fc978e4
4 changed files with 7 additions and 6 deletions

View File

@@ -1135,7 +1135,8 @@ InitInvisibleAtoms(void)
}
#ifdef THREADS
InitThreadHandle(wid)
static void
InitThreadHandle(int wid)
{
FOREIGN_ThreadHandle(wid).in_use = FALSE;
FOREIGN_ThreadHandle(wid).zombie = FALSE;