Skip to content

Commit

Permalink
Correct the value of FAN_MARK_IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
severen committed Mar 17, 2024
1 parent ba73a3e commit d93a54b
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 @@ -4073,7 +4073,7 @@ pub const FAN_MARK_IGNORED_MASK: ::c_uint = 0x0000_0020;
pub const FAN_MARK_IGNORED_SURV_MODIFY: ::c_uint = 0x0000_0040;
pub const FAN_MARK_FLUSH: ::c_uint = 0x0000_0080;
pub const FAN_MARK_EVICTABLE: ::c_uint = 0x0000_0200;
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0100;
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0400;

pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
pub const FAN_MARK_MOUNT: ::c_uint = 0x0000_0010;
Expand Down

0 comments on commit d93a54b

Please sign in to comment.