vendor/github.com/fsnotify/fsnotify/system_darwin.go
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 13:35:58 +0100
changeset 271 c8b8b7cc8896
parent 268 4dd196a4ee7c
permissions -rw-r--r--
Remove deprecated flag (`--unset`)

//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