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 837159c commit ff6a0c6Copy full SHA for ff6a0c6
src/unix/bsd/apple/mod.rs
@@ -4189,7 +4189,7 @@ pub const RTLD_FIRST: ::c_int = 0x100;
4189
pub const RTLD_NODELETE: ::c_int = 0x80;
4190
pub const RTLD_NOLOAD: ::c_int = 0x10;
4191
pub const RTLD_GLOBAL: ::c_int = 0x8;
4192
-pub const RTLD_MAIN_ONLY: *mut ::c_void = -5isize as *mut c_void;
+pub const RTLD_MAIN_ONLY: *mut ::c_void = -5isize as *mut ::c_void;
4193
4194
pub const _WSTOPPED: ::c_int = 0o177;
4195
0 commit comments