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.
2 parents f43e101 + 3940851 commit db6ef14Copy full SHA for db6ef14
src/unix/linux_like/linux/uclibc/mod.rs
@@ -432,6 +432,7 @@ extern "C" {
432
pub fn setrlimit(resource: ::__rlimit_resource_t, rlim: *const ::rlimit) -> ::c_int;
433
pub fn getpriority(which: ::__priority_which_t, who: ::id_t) -> ::c_int;
434
pub fn setpriority(which: ::__priority_which_t, who: ::id_t, prio: ::c_int) -> ::c_int;
435
+ pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
436
}
437
438
cfg_if! {
0 commit comments