Skip to content

Commit

Permalink
auto merge of #7054 : yichoi/rust/after_jemalloc, r=brson
Browse files Browse the repository at this point in the history
jemalloc searches pthread_atfork
  • Loading branch information
bors committed Jun 11, 2013
2 parents df5b0c0 + febba9f commit 6bdd4c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rt/rust_android_dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@ extern "C" void globfree(glob_t *pglob)
{
}

extern "C" int pthread_atfork(void (*prefork)(void),
void (*postfork_parent)(void),
void (*postfork_child)(void))
{
return 0;
}

#endif

0 comments on commit 6bdd4c8

Please sign in to comment.