Skip to content

Commit ec6b498

Browse files
committed
to: mac support
1 parent bdadd8b commit ec6b498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/libcwrap/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extern "C" {
116116
fn getrandom_inner(
117117
buf: *mut libc::c_void,
118118
buflen: libc::size_t,
119-
flags: libc::c_uint,
119+
_flags: libc::c_uint,
120120
) -> libc::ssize_t {
121121
unsafe {
122122
if getentropy(buf as *mut u8, buflen) == 0 {

0 commit comments

Comments
 (0)