Skip to content

Commit

Permalink
mut
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 25, 2020
1 parent 9c6d6b0 commit 456f1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/freebsdlike/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ s! {
pub dlpi_adds: ::c_ulonglong,
pub dlpi_subs: ::c_ulonglong,
pub dlpi_tls_modid: usize,
pub dlpi_tls_data: *const ::c_void,
pub dlpi_tls_data: *mut ::c_void,
}
}

Expand Down

0 comments on commit 456f1bf

Please sign in to comment.