Skip to content

Commit d521a9d

Browse files
severentgross35
authored andcommitted
Correct the value of FAN_MARK_IGNORE
(apply <#3622> to `main`) (cherry picked from commit 4128640)
1 parent 83d35ff commit d521a9d

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4577,7 +4577,7 @@ pub const FAN_MARK_IGNORED_MASK: ::c_uint = 0x0000_0020;
45774577
pub const FAN_MARK_IGNORED_SURV_MODIFY: ::c_uint = 0x0000_0040;
45784578
pub const FAN_MARK_FLUSH: ::c_uint = 0x0000_0080;
45794579
pub const FAN_MARK_EVICTABLE: ::c_uint = 0x0000_0200;
4580-
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0100;
4580+
pub const FAN_MARK_IGNORE: ::c_uint = 0x0000_0400;
45814581

45824582
pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
45834583
pub const FAN_MARK_MOUNT: ::c_uint = 0x0000_0010;

0 commit comments

Comments
 (0)