Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Oct 31, 2019
1 parent 33a751e commit 9ca70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/gnu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ extern "C" {
pathname: *const c_char,
flags: ::c_int,
mask: ::c_uint,
statxbuf: *mut statx,
statxbuf: *mut ::statx,
) -> ::c_int;
pub fn getrandom(
buf: *mut ::c_void,
Expand Down

0 comments on commit 9ca70b5

Please sign in to comment.