We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72519bf + 33fef10 commit 4a397abCopy full SHA for 4a397ab
src/unix/notbsd/linux/mips.rs
@@ -502,6 +502,7 @@ pub const RTLD_NOLOAD: ::c_int = 0x8;
502
503
pub const SYS_gettid: ::c_long = 4222; // Valid for O32
504
505
+#[link(name = "util")]
506
extern {
507
pub fn sysctl(name: *mut ::c_int,
508
namelen: ::c_int,
src/unix/notbsd/linux/mod.rs
@@ -478,7 +478,6 @@ extern {
478
static mut program_invocation_short_name: *mut ::c_char;
479
}
480
481
-#[link(name = "util")]
482
483
pub fn shm_open(name: *const c_char, oflag: ::c_int,
484
mode: mode_t) -> ::c_int;
src/unix/notbsd/linux/other/mod.rs
@@ -469,6 +469,7 @@ cfg_if! {
469
470
471
472
473
474
475
0 commit comments