We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b6be9 commit 1ff055dCopy full SHA for 1ff055d
src/libstd/sys/unix/args.rs
@@ -80,7 +80,7 @@ mod imp {
80
81
#[cfg(all(target_os = "linux", target_env = "gnu"))]
82
#[used]
83
- #[link_section = ".init_array"]
+ #[link_section = ".init_array.00099"]
84
static ARGV_INIT_ARRAY: extern "C" fn(
85
crate::os::raw::c_int,
86
*const *const u8,
0 commit comments