Skip to content

Commit

Permalink
review: fanotify_mark mask arg -> u64
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Mar 19, 2020
1 parent d944ff9 commit f082b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ extern "C" {
pub fn fanotify_mark(
fd: ::c_int,
flags: ::c_uint,
mask: ::c_ulonglong,
mask: u64,
dirfd: ::c_int,
path: *const ::c_char,
) -> ::c_int;
Expand Down

0 comments on commit f082b99

Please sign in to comment.