]> git.eshelyaron.com Git - emacs.git/commit
Don't follow symlinks in w32notify file watches
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Sep 2022 12:18:54 +0000 (15:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Sep 2022 12:18:54 +0000 (15:18 +0300)
commit579eefda36b9a8cd71c9aeff0f32e32d468727a3
tree7b5cdc52f3f8858691ec05925351c8302caeae27
parentc6c9dfc8670f5698634a8d5853853056ff928974
Don't follow symlinks in w32notify file watches

* src/w32notify.c (add_watch): On filesystems that support
symlinks, don't follow symlinks.  (Bug#57536)
* src/w32.c (symlinks_supported): New function.
* src/w32.h (symlinks_supported): Add prototype.
src/w32.c
src/w32.h
src/w32notify.c