Skip to content

Commit 1fcfd21

Browse files
committed
Auto merge of #2117 - Amanieu:musl_getauxval, r=JohnTitor
Add getauxval to musl
2 parents e3dd608 + 2eaa621 commit 1fcfd21

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ extern "C" {
715715
dirfd: ::c_int,
716716
path: *const ::c_char,
717717
) -> ::c_int;
718+
pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
718719
}
719720

720721
cfg_if! {

0 commit comments

Comments
 (0)