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

Commit

Permalink
Browse files Browse the repository at this point in the history
linux: add IN_MOVE_SELF to inotify event mask
Partially fixes nodejs/node-v0.x-archive#3172, behavior is now consistent with inotifywait.
  • Loading branch information
bnoordhuis committed Apr 24, 2012
1 parent e6d4bca commit 06ae804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux.c
Expand Up @@ -271,6 +271,7 @@ int uv_fs_event_init(uv_loop_t* loop,
| IN_MODIFY
| IN_DELETE
| IN_DELETE_SELF
| IN_MOVE_SELF
| IN_MOVED_FROM
| IN_MOVED_TO;

Expand Down

0 comments on commit 06ae804

Please sign in to comment.