Skip to content

Commit

Permalink
Use the old forkCall functions instead of the new experimental one
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 12, 2013
1 parent ba50037 commit 6a33fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/System_omc.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ static int System_forkCallJoin(int *statuses, int *ids, int *numWorking, int *wo
}
}

#if 0
#if 1
extern void* System_forkCall(int numThreads, void *dataLst, void (*fn)(void*))
{
#if defined(__MINGW32__) || defined(_MSC_VER)
Expand Down

0 comments on commit 6a33fbc

Please sign in to comment.