vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
--- a/vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go	Sun Jul 11 10:35:56 2021 +0200
@@ -9,4 +9,4 @@
 import "golang.org/x/sys/unix"
 
 // note: this constant is not defined on BSD
-const openMode = unix.O_EVTONLY
+const openMode = unix.O_EVTONLY | unix.O_CLOEXEC