We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cb77f commit 41b09a1Copy full SHA for 41b09a1
src/unix/linux_like/linux/gnu/mod.rs
@@ -1042,8 +1042,16 @@ extern "C" {
1042
1043
#[link(name = "dl")]
1044
extern "C" {
1045
- pub fn dlmopen(lmid: Lmid_t, filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1046
- pub fn dlinfo(handle: *mut ::c_void, request: ::c_int, info: *mut ::c_void) -> ::c_int;
+ pub fn dlmopen(
+ lmid: Lmid_t,
1047
+ filename: *const ::c_char,
1048
+ flag: ::c_int,
1049
+ ) -> *mut ::c_void;
1050
+ pub fn dlinfo(
1051
+ handle: *mut ::c_void,
1052
+ request: ::c_int,
1053
+ info: *mut ::c_void,
1054
+ ) -> ::c_int;
1055
}
1056
1057
cfg_if! {
0 commit comments