Skip to content

Commit

Permalink
fixup! Add dl_iterate_phdr for openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 26, 2020
1 parent be07175 commit 624f531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/netbsdlike/openbsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ extern "C" {
) -> *mut ::c_void;
// #include <link.h>
pub fn dl_iterate_phdr(
callback: Option<
callback: ::Option<
unsafe extern "C" fn(
info: *mut dl_phdr_info,
size: usize,
Expand Down

0 comments on commit 624f531

Please sign in to comment.