mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
The __init_libc function was already running the .init_array functions, but was never running the .preinit_array functions. Now it runs them both, in the correct order.