Files
mstore/vendor/github.com/fsnotify/fsnotify/system_bsd.go
T
2026-02-21 13:16:56 +02:00

8 lines
170 B
Go

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