Skip to content

Commit

Permalink
Revert "review: fanotify_mark mask arg -> u64"
Browse files Browse the repository at this point in the history
This reverts commit f082b99.
  • Loading branch information
cpu committed Mar 19, 2020
1 parent 3d2f23b commit 4938233
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 @@ -3395,7 +3395,7 @@ extern "C" {
pub fn fanotify_mark(
fd: ::c_int,
flags: ::c_uint,
mask: u64,
mask: ::c_ulonglong,
dirfd: ::c_int,
path: *const ::c_char,
) -> ::c_int;
Expand Down

0 comments on commit 4938233

Please sign in to comment.