runtime_loader: Export the correct reinit_after_fork.
Forgot to add this change in my last commit. Whoops.
This commit is contained in:
parent
08c9948c20
commit
a62458c79c
@ -71,7 +71,7 @@ struct rld_export gRuntimeLoader = {
|
||||
get_tls_address,
|
||||
destroy_thread_tls,
|
||||
|
||||
elf_reinit_after_fork,
|
||||
reinit_after_fork,
|
||||
NULL, // call_atexit_hooks_for_range
|
||||
terminate_program,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user