Skip to content

Commit d93a54b

Browse files
committed
Correct the value of FAN_MARK_IGNORE
1 parent ba73a3e commit d93a54b

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
@@ -4073,7 +4073,7 @@ pub const FAN_MARK_IGNORED_MASK: ::c_uint = 0x0000_0020;
40734073
pub const FAN_MARK_IGNORED_SURV_MODIFY: ::c_uint = 0x0000_0040;
40744074
pub const FAN_MARK_FLUSH: ::c_uint = 0x0000_0080;
40754075
pub const FAN_MARK_EVICTABLE: ::c_uint = 0x0000_0200;
4076-
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0100;
4076+
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0400;
40774077

40784078
pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
40794079
pub const FAN_MARK_MOUNT: ::c_uint = 0x0000_0010;

0 commit comments

Comments
 (0)