auto merge of #7054 : yichoi/rust/after_jemalloc, r=brson
jemalloc searches pthread_atfork
This commit is contained in:
commit
6bdd4c8545
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user