vendor/github.com/fsnotify/fsnotify/system_bsd.go
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 12:58:35 +0100
changeset 265 05c40b36d3b2
parent 260 vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go@445e01aede7e
child 268 4dd196a4ee7c
permissions -rw-r--r--
Bump to version 3.0.0-dev, using madon v3

//go:build freebsd || openbsd || netbsd || dragonfly
// +build freebsd openbsd netbsd dragonfly

package fsnotify

import "golang.org/x/sys/unix"

const openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC