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