Sign in
fuchsia
/
third_party
/
github.com
/
fsnotify
/
fsnotify
/
refs/tags/v1.6.0
/
.
/
system_darwin.go
blob: 5da5ffa78fe71a8b9fb33c75c53b1bb5a523bd22 [
file
] [
log
] [
blame
]
//go:build darwin
// +build darwin
package fsnotify
import "golang.org/x/sys/unix"
// note: this constant is not defined on BSD
const openMode = unix.O_EVTONLY | unix.O_CLOEXEC