Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit fac3b68

Browse files
committed
linux: add IN_MOVE_SELF to inotify event mask
Partially fixes nodejs/node-v0.x-archive#3172, behavior is now consistent with inotifywait.
1 parent bfd6d46 commit fac3b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux/inotify.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ int uv_fs_event_init(uv_loop_t* loop,
185185
| UV__IN_MODIFY
186186
| UV__IN_DELETE
187187
| UV__IN_DELETE_SELF
188+
| UV__IN_MOVE_SELF
188189
| UV__IN_MOVED_FROM
189190
| UV__IN_MOVED_TO;
190191

0 commit comments

Comments
 (0)