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 8bc8981 commit 851e9a1Copy full SHA for 851e9a1
src/unix/linux_like/android/mod.rs
@@ -2196,7 +2196,7 @@ extern {
2196
path: *const ::c_char,
2197
mask: u32) -> ::c_int;
2198
pub fn getrandom(
2199
- buf: *mut u8,
+ buf: *mut ::c_void,
2200
buflen: ::size_t,
2201
flags: ::c_uint,
2202
) -> ::ssize_t;
src/unix/linux_like/linux/mod.rs
@@ -2667,7 +2667,7 @@ extern {
2667
2668
2669
2670
2671
2672
2673
0 commit comments