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 e0ff1e6 commit 8bc8981Copy full SHA for 8bc8981
src/unix/linux_like/android/mod.rs
@@ -2195,6 +2195,11 @@ extern {
2195
pub fn inotify_add_watch(fd: ::c_int,
2196
path: *const ::c_char,
2197
mask: u32) -> ::c_int;
2198
+ pub fn getrandom(
2199
+ buf: *mut u8,
2200
+ buflen: ::size_t,
2201
+ flags: ::c_uint,
2202
+ ) -> ::ssize_t;
2203
}
2204
2205
cfg_if! {
src/unix/linux_like/linux/mod.rs
@@ -2666,6 +2666,11 @@ extern {
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
0 commit comments