Skip to content

Commit 4938233

Browse files
committed
Revert "review: fanotify_mark mask arg -> u64"
This reverts commit f082b99.
1 parent 3d2f23b commit 4938233

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,7 @@ extern "C" {
33953395
pub fn fanotify_mark(
33963396
fd: ::c_int,
33973397
flags: ::c_uint,
3398-
mask: u64,
3398+
mask: ::c_ulonglong,
33993399
dirfd: ::c_int,
34003400
path: *const ::c_char,
34013401
) -> ::c_int;

0 commit comments

Comments
 (0)