runtime_loader: Export the correct reinit_after_fork.

Forgot to add this change in my last commit. Whoops.
This commit is contained in:
Augustin Cavalier 2018-12-19 21:43:11 -05:00
parent 08c9948c20
commit a62458c79c

View File

@ -71,7 +71,7 @@ struct rld_export gRuntimeLoader = {
get_tls_address, get_tls_address,
destroy_thread_tls, destroy_thread_tls,
elf_reinit_after_fork, reinit_after_fork,
NULL, // call_atexit_hooks_for_range NULL, // call_atexit_hooks_for_range
terminate_program, terminate_program,