vendor/github.com/fsnotify/fsnotify/system_bsd.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
child 268 4dd196a4ee7c
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
       
     1 //go:build freebsd || openbsd || netbsd || dragonfly
       
     2 // +build freebsd openbsd netbsd dragonfly
       
     3 
       
     4 package fsnotify
       
     5 
       
     6 import "golang.org/x/sys/unix"
       
     7 
       
     8 const openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC