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.
2 parents 6607133 + 4128640 commit 71a1ee6Copy full SHA for 71a1ee6
src/unix/linux_like/linux/mod.rs
@@ -4074,7 +4074,7 @@ pub const FAN_MARK_IGNORED_MASK: ::c_uint = 0x0000_0020;
4074
pub const FAN_MARK_IGNORED_SURV_MODIFY: ::c_uint = 0x0000_0040;
4075
pub const FAN_MARK_FLUSH: ::c_uint = 0x0000_0080;
4076
pub const FAN_MARK_EVICTABLE: ::c_uint = 0x0000_0200;
4077
-pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0100;
+pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0400;
4078
4079
pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
4080
pub const FAN_MARK_MOUNT: ::c_uint = 0x0000_0010;
0 commit comments