diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-27 10:54:25 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-27 11:14:30 -0700 |
commit | d387305062d9dab78b9c3cdc96090496eaf5a1c3 (patch) | |
tree | 5758743a5775d703850dcdd4dcec66f0e946abc8 /lisp/emacs-lisp | |
parent | ad656a726fc2683b0ca5683fcaaf6852f2c876b2 (diff) | |
download | emacs-d387305062d9dab78b9c3cdc96090496eaf5a1c3.tar.gz emacs-d387305062d9dab78b9c3cdc96090496eaf5a1c3.tar.bz2 emacs-d387305062d9dab78b9c3cdc96090496eaf5a1c3.zip |
Depromiscuify inotify with IN_MASK_ADD
Use IN_MASK_ADD instead of using a no-longer-promiscuous-enough
mask. This simplifies the code and restores the ability to
use IN_ACCESS, IN_CLOSE_WRITE, IN_CLOSE_NOWRITE, and IN_OPEN
in some cases (Bug#26973).
* src/inotify.c (INOTIFY_DEFAULT_MASK): Remove.
(Finotify_add_watch): Use IN_MASK_ADD instead.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions