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

Commit 06ae804

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 e6d4bca commit 06ae804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ int uv_fs_event_init(uv_loop_t* loop,
271271
| IN_MODIFY
272272
| IN_DELETE
273273
| IN_DELETE_SELF
274+
| IN_MOVE_SELF
274275
| IN_MOVED_FROM
275276
| IN_MOVED_TO;
276277

0 commit comments

Comments
 (0)