Sign in
chromium
/
external
/
github.com
/
fsnotify
/
fsnotify
/
refs/tags/v1.9.0
/
.
/
system_bsd.go
blob: f65e8fe3edce58f005d88de1e0bddeddc0de1a17 [
file
]
//go:build freebsd || openbsd || netbsd || dragonfly
package fsnotify
import "golang.org/x/sys/unix"
const openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC