Sign in
chromium
/
external
/
github.com
/
fsnotify
/
fsnotify
/
refs/heads/main
/
.
/
system_darwin.go
blob: a29fc7aab62011188fecd131fdcf654e7f77976c [
file
] [
edit
]
//go: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