1
Fork 0

Set .init_array priority

I'm not entirely sure *why*, but this fixed a problem I was having.
This commit is contained in:
leo60228 2019-11-21 11:44:22 -05:00
parent d8b6be9b1f
commit 1ff055d875

View file

@ -80,7 +80,7 @@ mod imp {
#[cfg(all(target_os = "linux", target_env = "gnu"))]
#[used]
#[link_section = ".init_array"]
#[link_section = ".init_array.00099"]
static ARGV_INIT_ARRAY: extern "C" fn(
crate::os::raw::c_int,
*const *const u8,