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 e7517e8 commit 0c83e9fCopy full SHA for 0c83e9f
src/unix/solarish/mod.rs
@@ -2827,6 +2827,14 @@ extern "C" {
2827
elements: *mut ::c_uint,
2828
arg: *mut ::c_void,
2829
) -> ::c_int;
2830
+ pub fn meminfo(
2831
+ inaddr: *const u64,
2832
+ addr_count: ::c_int,
2833
+ info_req: *const ::c_uint,
2834
+ info_count: ::c_int,
2835
+ outdata: *mut u64,
2836
+ validity: *mut ::c_uint,
2837
+ ) -> ::c_int;
2838
}
2839
2840
mod compat;
0 commit comments