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 f9ae8e6 commit 0b59aceCopy full SHA for 0b59ace
src/unix/bsd/mod.rs
@@ -275,7 +275,9 @@ pub const WNOHANG: ::c_int = 0x00000001;
275
pub const WUNTRACED: ::c_int = 0x00000002;
276
277
pub const RTLD_NOW: ::c_int = 0x2;
278
+pub const RTLD_NEXT: *mut ::c_void = -1isize as *mut ::c_void;
279
pub const RTLD_DEFAULT: *mut ::c_void = -2isize as *mut ::c_void;
280
+pub const RTLD_SELF: *mut ::c_void = -3isize as *mut ::c_void;
281
282
pub const LOG_CRON: ::c_int = 9 << 3;
283
pub const LOG_AUTHPRIV: ::c_int = 10 << 3;
0 commit comments