Skip to content

Commit 624f531

Browse files
committed
fixup! Add dl_iterate_phdr for openbsd
1 parent be07175 commit 624f531

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsd/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ extern "C" {
15461546
) -> *mut ::c_void;
15471547
// #include <link.h>
15481548
pub fn dl_iterate_phdr(
1549-
callback: Option<
1549+
callback: ::Option<
15501550
unsafe extern "C" fn(
15511551
info: *mut dl_phdr_info,
15521552
size: usize,

0 commit comments

Comments
 (0)