We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba73a3e commit d93a54bCopy full SHA for d93a54b
src/unix/linux_like/linux/mod.rs
@@ -4073,7 +4073,7 @@ pub const FAN_MARK_IGNORED_MASK: ::c_uint = 0x0000_0020;
4073
pub const FAN_MARK_IGNORED_SURV_MODIFY: ::c_uint = 0x0000_0040;
4074
pub const FAN_MARK_FLUSH: ::c_uint = 0x0000_0080;
4075
pub const FAN_MARK_EVICTABLE: ::c_uint = 0x0000_0200;
4076
-pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0100;
+pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0400;
4077
4078
pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
4079
pub const FAN_MARK_MOUNT: ::c_uint = 0x0000_0010;
0 commit comments