system_darwin.go

1//go:build darwin
2
3package fsnotify
4
5import "golang.org/x/sys/unix"
6
7// note: this constant is not defined on BSD
8const openMode = unix.O_EVTONLY | unix.O_CLOEXEC