vendor/github.com/fsnotify/fsnotify/system_darwin.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
child 268 4dd196a4ee7c
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
       
     1 //go:build darwin
       
     2 // +build darwin
       
     3 
       
     4 package fsnotify
       
     5 
       
     6 import "golang.org/x/sys/unix"
       
     7 
       
     8 // note: this constant is not defined on BSD
       
     9 const openMode = unix.O_EVTONLY | unix.O_CLOEXEC