Skip to content

Commit

Permalink
Add getauxval to musl
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 17, 2021
1 parent e3dd608 commit 2eaa621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/musl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ extern "C" {
dirfd: ::c_int,
path: *const ::c_char,
) -> ::c_int;
pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
}

cfg_if! {
Expand Down

0 comments on commit 2eaa621

Please sign in to comment.