Skip to content

Commit 2eaa621

Browse files
committed
Add getauxval to musl
1 parent e3dd608 commit 2eaa621

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)