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 b31af9e commit 3940851Copy full SHA for 3940851
src/unix/linux_like/linux/uclibc/mod.rs
@@ -374,6 +374,7 @@ extern "C" {
374
pub fn setrlimit(resource: ::__rlimit_resource_t, rlim: *const ::rlimit) -> ::c_int;
375
pub fn getpriority(which: ::__priority_which_t, who: ::id_t) -> ::c_int;
376
pub fn setpriority(which: ::__priority_which_t, who: ::id_t, prio: ::c_int) -> ::c_int;
377
+ pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
378
}
379
380
cfg_if! {
0 commit comments