vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     7 package fsnotify
     7 package fsnotify
     8 
     8 
     9 import "golang.org/x/sys/unix"
     9 import "golang.org/x/sys/unix"
    10 
    10 
    11 // note: this constant is not defined on BSD
    11 // note: this constant is not defined on BSD
    12 const openMode = unix.O_EVTONLY
    12 const openMode = unix.O_EVTONLY | unix.O_CLOEXEC